Skip to main content
GET
Effective entitlements for a customer
Resolves the customer’s effective entitlements as a union across the plans of every active and trialing subscription they hold:
  • boolean — any-true wins: granted if any contributing plan grants it
  • limit — max wins: the highest limit_value across contributing plans
  • A feature key that is boolean on one plan and limit on another resolves to limit
Subscriptions in any other state contribute nothing.

Example Request

Response

plan_ids lists every plan that contributed the feature, so you can show customers why they have an entitlement. A customer with no active or trialing subscriptions returns an empty data array; an unknown customer returns 404 with code not_found.
For per-request feature gating, prefer the single-query check endpoint over fetching the full set.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Effective entitlement set with granting plan ids

data
object[]