Skip to main content
POST
Create a partner client

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
clientName
string
required

Name for the client entity.

Example:

"Acme Trust Co."

country
string
required

ISO 3166-1 alpha-2 country code for the client's primary jurisdiction.

Required string length: 2
Example:

"US"

clientType
enum<string>
required

Type of client. Currently business is the only supported value.

Available options:
business
Example:

"business"

businessDetails
object
required

Business-specific details. On create, required only when clientType is business — omit this object for non-business client types. On reads, returned for business clients with the values submitted at creation.

Response

Client created and application initialized

data
object