Skip to main content
GET
/
v2
/
admin
/
tenants
/
{id}
/
entitlements
Get Tenant Entitlements
curl --request GET \
  --url https://api.voxo.co/v2/admin/tenants/{id}/entitlements \
  --header 'Authorization: Bearer <token>'
[
  {
    "feature": "<string>",
    "lookup_key": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Tenant ID

Pattern: ^[1-9]\d*$

Response

Tenant entitlements

feature
string

Entitlement feature identifier

lookup_key
string

Entitlement lookup key