Retrieve a coupon recipient
How to fetch a specific coupon recipient via API
Last updated
How to fetch a specific coupon recipient via API
Last updated
To a single coupon recipient, send a GET
request to the /api/coupon_recipients/:id
endpoint, where id
is the ID of the resource that you want to retrieve.
GET https://yourdomain.commercelayer.io/api/coupon_recipients/:id
The following request fetches the coupon recipient identified by the id "xYZkjABcde":