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

Response

content
object[]
Array of individual card objects.
page
integer
Current page number.
size
integer
Page size.
total_elements
integer
Total number of cards matching the filters.
total_pages
integer
Total number of pages.