List all cards you have access to.
Authentication from public API requests
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.
Filter cards by modifier. Format is "modifier_name:value" (e.g., "only_allow_recurring_payments:true"). Returns cards where the specified modifier has the given value.
Sorts card by creation date or name.
createdAt, name The direction to apply the sort filter by. Default ASC.
ASC, DESC