v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
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}

Path parameters

account_idstring required
Example:ACC00001

account_id corresponding to an account

feature_idstring required
Example:feat.fdjskl.sdkjl

feature_id corresponding to a feature

Request body

valuestring required

Value of the entitlement

Response

Success response

successboolean required

Example response

{
  "success": true
}