Check an entitlement
Subscriptions
Check an Entitlement
Checks whether a customer has access to a specific feature based on their active subscription plan’s entitlements.
GET
Check an entitlement
Check if a customer has access to a specific feature based on their active subscription.
Response
Authorizations
Use your secret API key as a Bearer token.
Keys are prefixed: sk_live_ (production) or sk_test_ (sandbox).
Query Parameters
The customer identifier
The feature key to check
Response
Entitlement check result
Whether the customer has access to the feature
The feature key that was checked
The data type of the entitlement value
Available options:
boolean, numeric, string The plan granting the entitlement (null if no access)
The active subscription (null if no access)