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"
  },
  {
    "subsector": "banks",
    "industry": "banks"
  }
]

Authorizations

Authorization
string
header
required

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

Response

Array of subsector/industry pairs.

{key}
any