v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBIndustry
Get Industry Types
Get a list of active industry types for a specific industry.
Industry type is the middle category in scope. As an example, in the hierarchy: Construction -> Sub Contractor -> Acoustics, Sub Contractor is the industry type.
get/v1/industry/type/
Query parameters
industry_idinteger nullable
Response
Successful Response
Example response
{
"data": [
{
"id": 1,
"name": "Sub Contractor",
"slug": "sub_contractor",
"isActive": true,
"industryId": 1
}
]
}