Get connector license status
GET /licenseStatus
Returns the connector-reported license state for the current CRM user. The exact fields are connector-defined. Missing authorization or connector lookup failure can be represented by HTTP 200 with an invalid license state, so callers must inspect the body.
Operation ID: getLicenseStatus
Authorization: BEARER or API key
Responses
| Status | Description | Body |
|---|---|---|
200 |
Successful route-specific JSON response. Consult the operation description for ownership and semantics. | GenericSuccessResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |