Cards
List cards
Retrieves a paginated list of digital gift cards with optional filtering on status, createdDate, expiryDate, activationDate, updatedDate, and metadata. The metadata filtering supports flat JSON objects (top-level keys only).
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of cards per page.
Required range:
x <= 100
Starting index for pagination.
Filter cards by status.
Available options:
WAITING_ACTIVATION
, ACTIVE
, CANCELLED
, BLOCKED
, REISSUED
, EXPIRED
Filter cards by creation date (YYYY-MM-DD).
Filter cards by expiry date (YYYY-MM-DD).
Filter cards by activation date (YYYY-MM-DD).
Filter cards by last updated date (YYYY-MM-DD).
Filter on metadata key-value pairs (flat JSON only), e.g., metadata.orderId=12345.