Skip to main content
GET
List all accounts

Authorizations

Authorization
string
header
required

Username = api_key_id, Password = api_key_secret

Query Parameters

user
string<uuid>
required

Filter by user ID.

item
string<uuid>

Filter by Item ID.

ongoing_refresh_status
enum<string>

Filter by status of the ongoing_refresh object.

Available options:
enabled,
disabled,
idle
limit
integer

Number of account objects returned per page. Default: 10. Maximum: 200.

cursor
string

The URL returned in next or previous used to retrieve another page of results.

Response

200 - application/json
next
string<uri> | null

URL for the next page of results, if available.

previous
string<uri> | null

URL for the previous page of results, if available.

results
object[]