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