Skip to main content
GET
/
v2
/
subsectors
Subsectors
curl --request GET \
  --url https://api.sectors.app/v2/subsectors/ \
  --header 'Authorization: <api-key>'
[
  {
    "sector": "infrastructures",
    "subsector": "telecommunication"
  },
  {
    "sector": "financials",
    "subsector": "banks"
  }
]

Authorizations

Authorization
string
header
required

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

Response

Array of sector/subsector pairs.

{key}
any