Entitlements
Get Feature credits balance
This API let’s you to get the feature credits balance
get/accounts/{account_id}/features/{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
Response
Success response
Example response
{
"accountId": "acc.fdjsl.313",
"featureId": "feat.fdjsl.313",
"granted": 15,
"balance": 10,
"overageLimit": 15,
"usedOverage": 10
}