Skip to main content
GET
List Accounts

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

page
number | null

The page number of the results to fetch

page_size
number | null
default:25

The number of results per page

provider
string | null

The provider of the results to fetch

origin_owner_id
string | null

The origin owner identifier of the results to fetch

origin_owner_ids
string[]

The origin owner identifiers of the results to fetch (supports multiple IDs)

providers
string[]

The providers list of the results to fetch

account_ids
string[]

The providers list of the results to fetch

status
string[]

The status of the results to fetch

Response

The list of accounts was retrieved.

page
number
required

The current page number.

page_size
number
required

The number of accounts per page.

total
number
required

The total number of accounts matching the request.

data
object[]
required

The accounts on this page.