Get entitlements state
Retrieves the effective entitlements for a customer or resource, including feature and credit entitlements.
Warning: This REST API endpoint lacks built-in client-side caching, fallback mechanisms, and low-latency guarantees. It is not recommended for hot-path entitlement checks. For production use, consider using the Stigg Node Server SDK with caching or the Sidecar for low-latency cached responses.
Path parameters
The unique identifier of the entity
Query parameters
Resource ID to scope entitlements to a specific resource
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Response
The entitlements state including feature and credit entitlements, and an optional access denied reason.
Changes
Changed in 7 of the 115 revisions of this API.102
- ●
added the new
ContractNotFoundenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
CreditOveragePriceCurrencyNotFoundenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvalidCreditOverageBillingModelenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvoicePreviewNotAvailableForDraftContractenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceNotSupportedOnAddonenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceRequiresUsageLimitenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
GovernanceNotEnabledenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
added the new optional
headerrequest parameterX-ACCOUNT-IDnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterX-ENVIRONMENT-IDnew-optional-request-parameter
- ○
- ●
added the new
PricingModelNotSupportedByBillingIntegrationenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
DataExportIntegrationErrorenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
InvalidReceivedSignatureErrorenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●