Skip to main content
GET
List account entity relationships

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Account ID The ID of the Account object.

Pattern: ^account_\w+$
Example:

"account_xyz123"

Query Parameters

limit
integer
default:25

Maximum number of results to return. Defaults to 25, max 100.

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

A cursor for pagination. Returns results starting after this cursor.

Response

List of entity relationships for the account.

has_more
boolean
required

Indicates whether more results are available beyond this page.

objects
object[]
required
cursor
string

Cursor to retrieve the next page of results. Only present when has_more is true.