Cards
Search individual cards
Retrieve a paginated list of individual cards with optional filters.
GET
Returns a paginated list of individual cards for the authenticated company. Supports filtering by status, type, client, and text search. Requires an API key with access level 1 or higher.
Query parameters
Page number (zero-based).
Number of results per page.
Filter by card status. Repeatable. Possible values:
ACTIVE, FROZEN, INACTIVE, DELETED, EXPIRED.Filter by card type. Repeatable. Possible values:
Virtual, Physical.Filter cards belonging to a specific client.
Type of text search to apply. Possible values:
CLIENT_ID, LAST4.Text to search for. Used in combination with
search_type.Response
Array of individual card objects.
Current page number.
Page size.
Total number of cards matching the filters.
Total number of pages.

