List all cards you have access to.
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.
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.
The direction to apply the sort filter by. Default ASC.
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the optional property
items/items/cardGroupNameto the response with the200statusresponse-optional-property-added
- ○