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
integer
default:"0"
Page number (zero-based).
integer
default:"10"
Number of results per page.
string[]
Filter by card status. Repeatable. Possible values:
ACTIVE, FROZEN, INACTIVE, DELETED, EXPIRED.string[]
Filter by card type. Repeatable. Possible values:
Virtual, Physical.string
Filter cards belonging to a specific client.
string
Type of text search to apply. Possible values:
CLIENT_ID, LAST4.string
Text to search for. Used in combination with
search_type.Response
object[]
Array of individual card objects.
integer
Current page number.
integer
Page size.
integer
Total number of cards matching the filters.
integer
Total number of pages.

