Skip to main content
GET
Fast single-feature entitlement check
The feature-gating hot path: answers one customer_id + feature pair with a single indexed query. Union semantics are the same as customer entitlements (any-true booleans, max limits, across active and trialing subscriptions).

Query Parameters

Example Request

Response

A feature the customer does not have answers granted: false with a null limit — the endpoint never returns 404 for missing grants:

Node SDK

Cache results in your application for 30–60 seconds per customer_id:feature pair to keep this off your request-latency path. See the Entitlements guide for the full gating pattern.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

customer_id
string<uuid>
required
feature
string
required

Response

Grant answer

feature_key
string
granted
boolean
limit_value
integer<int64> | null