GET
/
accounts
/
{account_id}
/
entitlements
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"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

account_id corresponding to an account

Response

200 - application/json
data
object[]
required