Skip to main content
GET
/
v2
/
subindustries
Subindustries
curl --request GET \
  --url https://api.sectors.app/v2/subindustries/ \
  --header 'Authorization: <api-key>'
[
  {
    "industry": "metals-minerals",
    "sub_industry": "diversified-metals-minerals"
  },
  {
    "industry": "software",
    "sub_industry": "enterprise-software"
  }
]

Authorizations

Authorization
string
header
required

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

Response

Array of industry/sub-industry pairs.

{key}
any