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. The remaining fields echo the details submitted when the client was created and are 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 is always present; the remaining fields echo the details submitted when the client was created and are omitted when not available.