v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-067997411.3 KB

List all cards you have access to.

get/card

Query parameters

filter:legalEntityIdstring

Pass in a legal entity ID to filter for cards in accounts under a specific legal entity.

filter:accountIdstring

Pass in an account ID to filter for cards under a specific account.

filter:virtualAccountIdstring

Pass in a virtual account ID to filter for cards under a specific virtual account.

cursorstring

A cursor string to fetch the next page of results

filter:status'active' | 'paused' | 'closed' | 'inactive'

Returns all cards matching the status passed in.

filter:cardGroupIdstring

Pass in a card group ID, This will return all cards that belong to the card group ID passed in. Cannot be combined with filter:cardGroupName.

filter:cardGroupNamestring

Pass in a card group name, This will return all cards that belong to the card group name passed in. Cannot be combined with filter:cardGroupId.

sort'createdAt' | 'name'

Sorts card by creation date or name.

sortDirection'ASC' | 'DESC'

The direction to apply the sort filter by. Default ASC.

Response

OK