aid_discounts_did_usages_get
rules customers
Get discount ref usages
Get list of discount refs usages. scopes:
- admin:discounts
- read:discounts
GET
aid_discounts_did_usages_get
Authorizations
Path Parameters
An id that uniquely identifies the account.
Required string length:
9An UUID that uniquely identifies the discount
Query Parameters
A limit on the number of refs to be returned. Limit can range between 1 and 1000, the default is 10 items.
Required range:
1 <= x <= 1000cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
paging_token=pt1, your subsequent call can include
starting_after=pt1 in order to fetch the next page of the list.
Last modified on June 24, 2026