AviatoAviato
DeveloperAPI ReferenceLicenseRefresh

/api/license/refresh

POST
/api/license/refresh

Response Body

application/json

curl -X POST "https://example.com/api/license/refresh"
{
  "status": "unlicensed",
  "tier": "string",
  "limits": {
    "property1": 0,
    "property2": 0
  },
  "expiresAt": "string",
  "lastValidatedAt": "string",
  "maskedKey": "string"
}