License

get

Returns HQ's licence.

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Responses
get
/v1/licence
GET /api/v1/licence HTTP/1.1
Host: https:/.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "expires_at": "2025-12-05T01:32:21.990Z",
  "tier": "community"
}
get

Returns HQ's licence summary.

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

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

Last updated

Was this helpful?