Card
List cards
List all cards you have access to.
GET
/
card
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.
Available options:
active
, paused
, closed
, inactive
Pass in a card group ID, This will return all cards that belong to the card group ID passed in.
Sorts card by creation date or name.
Available options:
createdAt
, name
The direction to apply the sort filter by. Default ASC.
Available options:
ASC
, DESC