List cards

Retrieve a paginated list of cards.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
accountId
array of strings

Filter cards by one or more account IDs.

accountId
status
array of strings

Filter cards by one or more statuses.

status
Allowed:
type
array of strings

Filter cards by type (virtual or physical).

type
Allowed:
kind
array of strings

Filter cards by kind (debit or credit).

kind
Allowed:
string

Filter cards by the cardholder's user ID.

int64
1 to 1000
Defaults to 500

Maximum number of results to return. Allowed range: 1 to 1000. Defaults to 500

string
enum
Defaults to asc

Sort order. Can be 'asc' or 'desc'. Defaults to 'asc'

Allowed:
uuid

The ID of the card to start the page after (exclusive). When provided, results will begin with the card immediately following this ID. Use this for standard forward pagination to get the next page of results. Cannot be combined with end_before.

uuid

The ID of the card to end the page before (exclusive). When provided, results will end just before this ID and work backwards. Use this for reverse pagination or to retrieve previous pages. Cannot be combined with start_after.

Responses

400

Invalid end_before or start_after or order or limit or userId or kind or type or status or accountId

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json