Entitlements
List Customer Grants
List all of a customer’s entitlement grants across every entitlement, one row per grant, with optional filters by status and integration type. Feature-flag grants include the typed feature payload.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Customer 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 integration type (e.g. feature_flag)
Available options:
discord, telegram, github, figma, framer, notion, digital_files, license_key, feature_flag Response
Last modified on July 7, 2026
JavaScript