PULLFIRST[THE RECORD]

Get all license subtypes with their parent type

GET
/v1/license-subtypes

Subtypes include: Residential Building Contractor, Residential Roofer, etc.

AuthorizationBearer <token>

API key passed as a Bearer token. Keys start with sk_live_.

In: header

Response Body

application/json

curl -X GET "https://loading/api/docs-proxy/v1/license-subtypes"
[
  {
    "id": 0,
    "name": "string",
    "licenseTypeId": 0,
    "licenseTypeName": "string"
  }
]