Skip to main content
POST
Create business client

Authorizations

Authorization
string
header
required

JWT obtained from /v2/auth/login

Body

application/json

Client data to create.

name
string
required

Client name.

Example:

"Acme Bolivia"

email
string<email>
required

Client email address.

Example:

"client@example.com"

type
enum<string>
required

Client type.

Available options:
individual,
company
Example:

"company"

country
string
required

Client country code, between 2 and 4 characters.

Required string length: 2 - 4
Example:

"BO"

Response

Client created and onboarding started.

clientId
string<uuid>
required

Internal client identifier.

Example:

"550e8400-e29b-41d4-a716-446655440000"

One-time link used to complete Persona onboarding.

Example:

"https://withpersona.com/verify/example"