Skip to main content
GET
Get a list of connected accounts

Authorizations

Authorization
string
header
required

Bearer and DPoP tokens are supported depending on the API configuration

Query Parameters

connection

Filter connected accounts by connection names

Maximum string length: 128
from
string

Cursor for pagination - start retrieving results from this point

take
integer
default:10

Number of results to return (1-20)

Required range: x >= 1

Response

Successfully retrieved connected accounts

accounts
object[]
required
Maximum array length: 20
next
string

The token to retrieve the next page of connected accounts (if there is one)