List partner clients
Retrieves the clients created under your partner account, newest first. Results are cursor-paginated, forward-only, via the Link response header. Each item always carries the clientEntityId and created timestamp. The profile fields (clientName, country, clientType, businessDetails) echo the details submitted at creation, while status and balances are enriched by Circle and omitted when not available.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of clients to return per page, between 1 and 100. Defaults to 50. Values outside this range return a 400 Bad Request error.
1 <= x <= 10050
Cursor for the next page: the pageAfter value from the previous response's Link: rel="next" header. Omit to fetch the first page. A cursor that does not reference a known client returns a 400 Bad Request error.
"880e8400-e29b-41d4-a716-446655440099"
Response
One page of the partner's clients
One page of clients, newest first.