cURL
curl --request GET \ --url https://api.togai.com/accounts/{account_id}/entitlements \ --header 'Authorization: Bearer <token>'
{ "data": [ { "featureId": "feat.fdjsl.313", "value": "true" }, { "featureId": "feat.fdjsl.314", "value": "custom" } ] }
This API let’s you to get the entitlements for a account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
account_id corresponding to an account
50
"ACC00001"
Success response
Show child attributes