List cards
GET/card/v1/cards
Retrieves a paginated list of cards for the authenticated tenant. Use the query parameter to filter cards by customer ID, status, or card ID.
The query uses a Lucene-like query syntax.
Note: Field names in the q search expression are case-sensitive. If you use a field that is not recognised, it is ignored.
Request
Responses
- 200
- 400
Successfully retrieved the list of cards matching the query criteria.