Skip to main content
GET
List clients

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Query Parameters

cursor
string

The ID of the last client in the list. Used for cursor-based pagination.

take
integer
default:100

The number of records to retrieve. Maximum is 100. Default is 100.

Required range: x <= 100

Response

Clients retrieved successfully

results
object[]
metadata
object