Get a partner client
Returns a single client by its clientEntityId, scoped to your partner account. Requesting a client that does not exist — or one that belongs to a different partner — returns a 404 Not Found error.
The response 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.
Path Parameters
Unique identifier of the client entity, as returned by the create partner client endpoint.
"880e8400-e29b-41d4-a716-446655440099"
Response
The requested client
A client created under your partner account. clientEntityId and created are always present. 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.