cURL
curl --request GET \ --url https://api.hixbe.com/account/organizations/{organizationId}/entitlements/{service}/access \ --header 'Authorization: Bearer <token>'
{ "hasAccess": true, "tier": "FREE", "usage": { "current": 123, "limit": 123, "percentage": 123 }, "features": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
PAYMENT_GATEWAY
SMS_GATEWAY
LINK_SHORTENER
PBX_CALL_CENTER
HOSTING
NATIONAL_ISP
CERTIFICATION_BADGE
Access check result
Whether the organization has access to the service
Current subscription tier
FREE
PRO
BUSINESS
CUSTOM
Current usage information
Show child attributes
Available features for this tier
Was this page helpful?