Entitlements
List Grants
List all grants for an entitlement, with optional filters by status and customer ID. Each grant carries the per-customer fulfillment state, including license keys and digital file download URLs where applicable.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Entitlement ID
Query Parameters
Page size (default 10, max 100)
Required range:
x >= 0Page number (default 0)
Required range:
x >= 0Filter by grant status
Available options:
Pending, Delivered, Failed, Revoked Filter by customer ID
Response
Last modified on May 6, 2026
Previous
Fulfill License Key GrantManually fulfill a pending license-key grant by supplying the key value. Inserts the key, delivers it to the customer by email, and transitions the grant to delivered.
Next
JavaScript