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-05-02T17:51:35.100Z",
  "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?