List Entitlements
Retrieve all entitlements for a customer, optionally filtered by feature or product.
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Query Parameters
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 >= 0Evaluate balance and access at this point in time (RFC 3339 datetime with any UTC offset, e.g. 2024-01-15T10:30:00Z or 2024-01-15T15:30:00+05:30). Defaults to current time.