Skip to main content
POST
Create client

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Body

application/json
name
string
required
Example:

"Acme Inc"

email
string<email>
required
kind
enum<string>
default:BUSINESS
Available options:
BUSINESS,
PERSON
profile
object
document_defaults
object
address
object | null
contacts
object[]

Response

Client created successfully

success
boolean
Example:

true

message
string
Example:

"Client created successfully"

data
object