Skip to main content
GET
TypeScript

Query Parameters

mainAccounts
boolean
default:false

Whether to include only main accounts in the response.

pageSize
integer

Page size for pagination.

Required range: 1 <= x <= 100
pageCursor
string

Page cursor for pagination.

Response

Get accounts response

data
object[]
required

List of connected accounts matching the query.

Example:
total
integer

Total number of accounts by query.

Example:

2

next
string

A cursor for the next page of results, if available.

Example:

"eyJwYWdlIjoyfQ=="