License

get

Returns HQ's licence summary.

Authorizations
Responses
curl -L \
  --url 'https://api.example.com/api/v1/licence-summary' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "is_community": true
}
get

Returns HQ's licence.

Authorizations
Responses
curl -L \
  --url 'https://api.example.com/api/v1/licence' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "expires_at": "2025-03-26T02:14:47.126Z",
  "tier": "community"
}

Last updated

Was this helpful?