Skip to main content
GET
/
v2
/
industries
Industries
curl --request GET \
  --url https://api.sectors.app/v2/industries/ \
  --header 'Authorization: <api-key>'
[
  {
    "subsector": "oil-gas-coal",
    "industry": "oil-gas"
  }
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Response

Array of subsector/industry pairs.

subsector
string
required

Subsector slug (kebab-case).

industry
string
required

Industry slug (kebab-case).