AviatoAviato
DeveloperAPI ReferenceLicense

/api/license

GET
/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"
}