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
^cus_[a-zA-Z0-9]+$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
^prod_[a-zA-Z0-9]+$Filter results to entitlements for a specific subscription. Unique identifier for a subscription
^sub_[a-zA-Z0-9]+$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