DeveloperAPI ReferenceLicense
/api/license
Response Body
application/json
curl -X GET "https://example.com/api/license"{
"status": "unlicensed",
"tier": "string",
"limits": {
"property1": 0,
"property2": 0
},
"expiresAt": "string",
"lastValidatedAt": "string",
"maskedKey": "string"
}