List entitlement definitions
Entitlements
List entitlement definitions
Returns a paginated list of entitlement definitions for the authenticated project. Entitlements are ordered by creation date (newest first).
GET
List entitlement definitions
Authorizations
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Query Parameters
Maximum number of entitlements to return. Min 1, max 100.
Required range:
1 <= x <= 100Cursor for pagination. Pass the id of the last entitlement from the previous page to fetch the next page.