GET
/
industries
curl --request GET \
  --url https://api.sectors.app/v1/industries/ \
  --header 'Authorization: <authorization>'
[
  {
    "subsector": "oil-gas-coal",
    "industry": "oil-gas"
  }
]
[
  {
    "subsector": "oil-gas-coal",
    "industry": "oil-gas"
  }
]
Authorization
string
required

Authorization header that should be filled with your Sectors Financial API key.

Response

payload
Industry[]

Usage

This list can be used for the following endpoint: