v1
latestOpenAPI 3.0.02026-07-248834.9 KBCard
List cards
List cards.
get/cards
Query parameters
beginstring date-time
Date string in 8601 format. Only entries created after the specified date will be included. UTC time zone.
endstring date-time
Date string in 8601 format. Only entries created before the specified date will be included. UTC time zone.
pageinteger
Page (for pagination).
page_sizeinteger
Page size (for pagination).
Response
OK
Example response
{
"data": [
{
"created": "2021-06-28T22:53:15Z",
"exp_month": "06",
"exp_year": "2027",
"memo": "New Card",
"spend_limit": 1000,
"token": "7ef7d65c-9023-4da3-b113-3b8583fd7951"
}
],
"page": 1,
"total_entries": 1,
"total_pages": 1
}