Gift cards
Verify and get gift card balances
POST
This endpoint requires the gift-cards.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A request to check the balance for a set of stored and non-stored gift cards.
One or more gift cards to check balances for, up to a default limit of 10 gift cards. Please contact our team to change this limit.
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?