Get license status
GET /v1/license/status
GET
/v1/license/status
Human-readable license status
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”License status
object
tenantId
string
activeLeases
Array<object>
object
leaseId
required
string
expiresAt
required
string format: date-time
productId
string
tenantId
string
totalLicenses
integer
availableLicenses
integer
status
string
Unauthorized
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "UNAUTHORIZED", "message": "Authentication required"}Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}