List gift cards for buyer
Returns a list of all stored, not-expired gift cards and their balances for a buyer in a summarized format. Any expired or empty gift cards will be automatically filtered out and removed from the list of returned cards.
If we were not able to fetch the latest balance then all stored gift cards are returned.
This endpoint requires the gift-cards.read
or embed
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filters the results to only the items for which the buyer
has an
id
that matches this value.
Filters the results to only the items for which the buyer
has an
external_identifier
that matches this value.
Response
A list of gift cards in a short format including the latest balance.
A list of stored gift cards.
Was this page helpful?