---
title: "Check entitlement value for a account"
method: POST
path: "/accounts/{account_id}/entitlements/{feature_id}"
tags: ["Entitlements"]
---

# Check entitlement value for a account

`POST /accounts/{account_id}/entitlements/{feature_id}`

This API let’s you to validate the entitlement value for a account

## Path parameters

- `account_id` string, required
- `feature_id` string, required

## Request body

- ValidateEntitlementValueRequest
  - `value` string, required — Value of the entitlement

## Response `200`

Success response

- BaseSuccessResponse
  - `success` boolean, required

---

[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)
