Retrieve all entitlements for a customer, optionally filtered by feature or product.
API key authentication
The unique identifier of the customer to retrieve entitlements for. Unique identifier for a customer
Filter results to a specific feature by its key. When specified, productId is also required. Use this to check access to a single feature.
Filter results to entitlements for a specific product. Required when featureKey is specified since feature keys are scoped to products.
Unique identifier for a product
Maximum number of entitlements to return per page. Use with offset for pagination.
1 <= x <= 100Number of entitlements to skip. Use with limit for pagination through large result sets.
x >= 0