Retrieve a gift card recipient
GET https://{{subdomain}}.commercelayer.io/api/gift_card_recipients/{{gift_card_recipient_id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"data":{"id":"xYZkjABcde","type":"gift_card_recipients","links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde"},"attributes":{"email":"john@example.com","first_name":"John","last_name":"Smith","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customer":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/customer"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}