Skip to main content
Retrieves all entitlements for a customer, providing a complete picture of their feature access.
To benefit from Stigg’s low-latency capabilities, use the Sidecar — it serves entitlement checks from a local cache without a network round-trip per request, with built-in fallback handling. For Node.js applications, the Node.js SDK provides equivalent low-latency caching natively in-process.

Query

Parameters

FetchEntitlementsQuery
required
Query parameters for fetching entitlements

Return Type

Returns an array of EntitlementWithSummary objects containing:

Common Use Cases

Fetch all entitlements on app load to configure feature flags.
Show customers what features they have access to.
Build usage dashboards showing all metered features.

Example: Initialize Feature Flags