v1

latestOpenAPI 3.1.02026-07-26457177.8 KB
Cards

List Cards for a User

📘

You can place the bearer access_token for a specific user into the Authentication section of this documentation 👉.

Retrieve all Debit Cards for a user.

📘

This resource returns paginated results in descending order. For more details please see: Pagination

get/v1/cards

Query parameters

include_removedboolean

Boolean to include cards that have been removed by the user in the response. Defaults to false.

page_sizeinteger

The maximum number of items returned with each request. Defaults to 25 if not specified.

cursor_idstring

The pagination cursor ID. When specified, allows one to navigate between pages. If not specified the first page of results will be returned.

Response

Successful response

countinteger

The number of cards returned

next_cursor_idstring

The next cursor ID, for resuming a paginated query

has_next_pageboolean

Whether the paginated query has additional pages (value may be null if no there are no additional pages)