Entitlements
Check entitlement value for a account
This API let’s you to validate the entitlement value for a account
POST
/
accounts
/
{account_id}
/
entitlements
/
{feature_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredaccount_id corresponding to an account
Maximum length:
50
feature_id
string
requiredfeature_id corresponding to a feature
Maximum length:
50
Body
application/json
value
string
requiredValue of the entitlement
Response
200 - application/json
success
boolean
required