/api/v1/gift-cardsList gift cards in the store. Paginated.
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.
Query parameters
statusstringFilter by gift card status.
- Values:
activeredeemedexpired
skipintegerNumber of results to skip. Defaults to
0.takeintegerPage size, max 100. Defaults to
20.Headers
X-Api-KeystringrequiredYour API key.