v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Card

List cards

List cards.

get/v1/cards

Query parameters

account_tokenstring uuid

Returns cards associated with the specified account.

state'CLOSED' | 'OPEN' | 'PAUSED' | 'PENDING_ACTIVATION' | 'PENDING_FULFILLMENT'

Returns cards with the specified state.

memostring

Returns cards containing the specified partial or full memo text.

beginstring date-time

Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.

endstring date-time

Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.

ending_beforestring

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

page_sizeinteger

Page size (for pagination).

starting_afterstring

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

Response

OK

has_moreboolean required

More data exists.

Example response

{
  "data": [
    {
      "account_token": "f3f4918c-dee9-464d-a819-4aa42901d624",
      "card_program_token": "5e9483eb-8103-4e16-9794-2106111b2eca",
      "bulk_order_token": "5e9483eb-8103-4e16-9794-2106111b2eca",
      "replacement_for": "5e9483eb-8103-4e16-9794-2106111b2eca",
      "cardholder_currency": "USD",
      "created": "2021-06-28T22:53:15Z",
      "digital_card_art_token": "5e9483eb-8103-4e16-9794-2106111b2eca",
      "exp_month": "06",
      "exp_year": "2027",
      "memo": "New Card",
      "network_program_token": "5e9483eb-8103-4e16-9794-2106111b2eca",
      "product_id": "1",
      "spend_limit": 1000,
      "token": "7ef7d65c-9023-4da3-b113-3b8583fd7951"
    }
  ]
}