v1

latestOpenAPI 3.1.02026-07-2466150275.0 KB
Industry

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

errorboolean

A boolean error indicator.

messagestring nullable

Optional message.

Example response

{
  "data": [
    {
      "id": 1,
      "name": "Sub Contractor",
      "slug": "sub_contractor",
      "isActive": true,
      "industryId": 1
    }
  ]
}