Gift cards
List buyer gift cards
GET
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
200 - application/json
A list of gift cards in a short format including the latest balance.
A list of stored gift cards.
Was this page helpful?