List all coupon recipients
How to fetch a collection of coupon recipients via API
To fetch a collection of coupon recipients, send a GET
request to the /api/coupon_recipients
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/coupon_recipients
Example
The following request fetches a collection of coupon recipients:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of coupon recipients can be sorted by the following fields:
Attributes
email
id
created_at
updated_at
reference
reference_origin
Relationships
customer
Filterable fields
The list of coupon recipients can be filtered by the following fields:
Attributes
email
first_name
last_name
id
created_at
updated_at
reference
reference_origin
metadata
Relationships
customer
attachments
Last updated