---
title: "Get entitlements for a account"
method: GET
path: "/accounts/{account_id}/entitlements"
tags: ["Entitlements"]
---

# Get entitlements for a account

`GET /accounts/{account_id}/entitlements`

This API let’s you to get the entitlements for a account

## Path parameters

- `account_id` string, required

## Response `200`

Success response

- GetEntitlementValuesResponse
  - `data` object[], required
    - `featureId` string, required — Feature ID
    - `value` string, required — Value of the feature

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
