Gift Card
Get GiftCard by ID
Returns information for a specific gift card.
get/giftcards/{giftCardId}
Path parameters
giftCardIdstring required
Example:2
Gift card identification.
Headers
Content-Typestring required
Type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Response
OK
Example response
{
"transactions": {
"href": "cards/954/transactions"
}
}