/api/v1/gift-cards/{id}Retrieve a single gift card by its ID.
Gift card redemption codes are never exposed through the API. Responses include the ID, amount, balance, and status, but not the code.
Requires the GiftCards:View permission.
Path parameters
idstring· uuidrequiredThe gift card ID.
Gift card object
idstring· uuidrequiredThe gift card ID.
amountnumberrequiredInitial value of the card.
balancenumberrequiredRemaining balance.
applicationScopestringrequiredWhat the gift card can be redeemed against.
- Values:
storecategorypackage
categoryIdsstring[]· uuidCategories the card can be redeemed against (when scope is
category).packageIdsstring[]· uuidPackages the card can be redeemed against (when scope is
package).recipientNamestringRecipient name.
recipientEmailstring· emailRecipient email.
messagestringPersonalized message.
expiresAtstring· date-timeExpiry timestamp, or null if no expiry.
statusstringrequiredCurrent status of the card.
- Values:
activeredeemedexpired
createdAtstring· date-timerequiredCreation timestamp.
updatedAtstring· date-timerequiredLast update timestamp.