Skip to main content
GET
/
organizations
/
industry-choices
cURL
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>"
    }
  ]
}

Authorizations

X-Avala-Api-Key
string
header
required

API key for authentication. Generate one in Mission Control Settings > Security & Identity.

Query Parameters

ordering
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

limit
integer

Number of results to return per page.

Response

200 - application/json
industry
object[]
required

Available industry options.