v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBIndustry
Get Industries
Get a list of active industry categories supported by the platform.
Industry is the top level category, and is the broadest in scope. As an example, in the hierarchy: Construction -> Sub Contractor -> Acoustics, Construction is the industry.
get/v1/industry/
Response
Successful Response
Example response
{
"data": [
{
"id": 1,
"name": "Construction",
"slug": "construction",
"isActive": true
}
]
}