List cards
List all cards you have access to.
Authorizations
Authentication from public API requests
Query Parameters
Pass in a legal entity ID to filter for cards in accounts under a specific legal entity.
Pass in an account ID to filter for cards under a specific account.
Pass in a virtual account ID to filter for cards under a specific virtual account.
A cursor string to fetch the next page of results
Returns all cards matching the status passed in.
active
, paused
, closed
, inactive
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.
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.
Sorts card by creation date or name.
createdAt
, name
The direction to apply the sort filter by. Default ASC.
ASC
, DESC
Response
OK
The response is of type object
.