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

Authorizations

Authorization
string
header
required

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

Response

Array of industry/sub-industry pairs.

industry
string
required

Industry slug (kebab-case).

sub_industry
string
required

Sub-industry slug (kebab-case).