Skip to main content
GET
/
accounts
/
{account_id}
/
entitlements
Get entitlements for a account
curl --request GET \
  --url https://api.togai.com/accounts/{account_id}/entitlements \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "featureId": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Maximum string length: 50
Example:

"ACC00001"

Response

200 - application/json

Success response

data
object[]
required