curl --request GET \
--url https://api.avala.ai/api/v1/organizations/industry-choices/ \
--header 'X-Avala-Api-Key: <api-key>'{
"industry": [
{
"value": "<string>",
"label": "<string>"
}
]
}Get available choices for organization industry field.
curl --request GET \
--url https://api.avala.ai/api/v1/organizations/industry-choices/ \
--header 'X-Avala-Api-Key: <api-key>'{
"industry": [
{
"value": "<string>",
"label": "<string>"
}
]
}API key for authentication. Generate one in Mission Control Settings > Security & Identity.
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Available industry options.
Show child attributes
Was this page helpful?