List Benefit Grants
Intent
Reads the available benefit grants as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect benefit grants. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Query Parameters
Return only records matching benefit description.
Return only records matching benefit type.
custom, discord, github_repository, downloadables, license_keys, meter_credit, feature_flag, slack_shared_channel Return only records matching benefit ID.
Return only records matching checkout ID.
Return only records matching order ID. Identifier of the order.
Return only records matching subscription ID. Identifier of the subscription.
Return only records matching member ID.
Results page to return. The first page is used by default.
Records returned per page. Defaults to 10 and accepts up to 100.
Sort rules applied from left to right. Prefix any rule with - to reverse it into descending order.
granted_at, -granted_at, type, -type, organization, -organization, product_benefit, -product_benefit Response
Request completed successfully
- CustomerBenefitGrantDiscord
- CustomerBenefitGrantGitHubRepository
- CustomerBenefitGrantDownloadables
- CustomerBenefitGrantLicenseKeys
- CustomerBenefitGrantCustom
- CustomerBenefitGrantMeterCredit
- CustomerBenefitGrantFeatureFlag