Skip to main content
GET
Get cards

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"

Query Parameters

createdAtFrom
string<date-time>
Example:

"2025-01-01T00:00:00Z"

createdAtTo
string<date-time>
Example:

"2025-01-01T00:00:00Z"

orderDirection
enum<string>
default:desc
Available options:
asc,
desc
Example:

"asc"

page
integer

Current page.

Example:

10

pageSize
integer

Number of items per page.

Example:

1

Response

Paginated list of cards

data
object[]
required

Array of items on the current page.

page
integer

Current page.

Example:

10

pageSize
integer

Number of items per page.

Example:

1

totalItemCount
integer

Total number of items.

Required range: x >= 0
Example:

50

totalPages
integer

Total number of pages.

Required range: x >= 1
Example:

5