License
get
Returns HQ's licence.
Authorizations
Responses
200
Successfully returns licence response.
application/json
default
Error object.
application/json
get
/v1/licenceGET /api/v1/licence HTTP/1.1
Host: https:/.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"expires_at": "2025-11-02T10:31:04.149Z",
"tier": "community"
}get
Returns HQ's licence summary.
Authorizations
Responses
200
Successfully returns licence response.
application/json
default
Error object.
application/json
get
/v1/licence-summaryGET /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?

