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"
  }
]

Authorizations

Authorization
string
header
required

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

Response

Array of sector/subsector pairs.

sector
string
required

Sector slug (kebab-case).

subsector
string
required

Subsector slug (kebab-case).