Skip to main content
GET
List card transactions

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

filter.accountId
integer

Account to read. Required for customer-scoped API keys; optional otherwise and must then match the key's account.

from
string<date>
Example:

"2025-01-01"

page
integer

Current page.

Example:

10

pageSize
integer

Number of items per page.

Example:

1

to
string<date>
Example:

"2025-01-01"

Response

Paginated list of card transactions

data
object[]
required

Array of items on the current page.

totalItemCountCapped
boolean
required

True when counting stopped at a budget before reaching the end, so totalItemCount and totalPages are a lower bound rather than a total.

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