Create a partner client
Creates a new client entity and initializes an onboarding application in a single request. The response contains both the clientEntityId and the applicationId for the newly created draft application.
A unique combination of clientName and country is required. Submitting a duplicate combination returns a 409 Conflict error.
Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Name for the client entity.
"Acme Trust Co."
ISO 3166-1 alpha-2 country code for the client's primary jurisdiction.
2"US"
Type of client. Currently business is the only supported value.
business "business"
Business-specific details. Required only when clientType is business. Omit this object for non-business client types.
Response
Client created and application initialized