Get list of customers refs for a discount. A ref is an instant
of discount given to a customer or all customers. See
Add customers
scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
An id that uniquely identifies the account.
9An UUID that uniquely identifies the discount
A limit on the number of refs to be returned. Limit can range between 1 and 1000, the default is 10 items.
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.
limit by state of customer ref, note, a customer ref will continue to be active after the discount has been deleted.
Use state inactive to list all discount where active is set to false.
all, available, deleted, inactive Discount customers (refs)
An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
customer id for the ref. The customer_id will be
null if the ref originated from giving the discount to
all customers (wilcard '*')