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
Response
Success response
Example response
{
"success": true
}