PULLFIRST[THE RECORD]

Find contractors related by shared address or phone number

GET
/v1/licenses/{licenseNumber}/related

Helps identify contractors operating from the same location or using the same contact info. Useful for detecting contractors who may have had licenses revoked and reopened under a new name.

AuthorizationBearer <token>

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

In: header

Path Parameters

licenseNumber*string

The license number to find relationships for

Length0 <= length <= 50

Response Body

application/json

application/json

curl -X GET "https://loading/api/docs-proxy/v1/licenses/string/related"
[
  {
    "licenseNumber": "string",
    "name": "string",
    "dbaName": "string",
    "licenseType": "string",
    "status": "string",
    "city": "string",
    "state": "string",
    "hasEnforcementAction": true,
    "matchType": "string"
  }
]
Empty