Skip to main content
GET
List accounts

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"

Response

The customer's accounts

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