License

get

Returns HQ's licence.

Authorizations
Responses
200

Successfully returns licence response.

application/json
get
GET /api/v1/licence HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "expires_at": "2025-08-31T22:07:07.694Z",
  "tier": "community"
}
get

Returns HQ's licence summary.

Authorizations
Responses
200

Successfully returns licence response.

application/json
get
GET /api/v1/licence-summary HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "is_community": true
}

Last updated

Was this helpful?