Licence
License information and management
get
Returns HQ's licence.
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Responses
200
Successfully returns licence response.
application/json
default
Error object.
application/json
get
/api/v1/licenceGET /api/v1/licence HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"expires_at": "2025-11-15T21:06:47.259Z",
"tier": "community",
"features": {
"kafka_topic_backup_restore": true,
"single_sign_on": true,
"k2k": true,
"k2k_exactly_once": true,
"k2k_bidirectional": true,
"k2k_offsets_migration": true
},
"limits": {
"iam_user": 1,
"iam_admin": 1,
"iam_group": 1,
"iam_role": 1,
"k2k_apps": 1
}
}get
Returns HQ's licence summary.
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Responses
200
Successfully returns licence response.
application/json
default
Error object.
application/json
get
/api/v1/licence-summaryGET /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?

