cURL
curl --request GET \ --url https://api.voxo.co/v2/admin/tenants/{id}/entitlements \ --header 'Authorization: Bearer <token>'
[ { "feature": "<string>", "lookup_key": "<string>" } ]
Get Stripe entitlements for a tenant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
^[1-9]\d*$
Tenant entitlements
Entitlement feature identifier
Entitlement lookup key
Was this page helpful?
Contact support