Skip to main content
POST
Register a new client

Authorizations

Authorization
string
header
required

Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)

Body

application/json
firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

email
string<email>
Example:

"john@example.com"

phone
string
Example:

"+380671234567"

password
string
Example:

"secret123"

Response

Client created successfully

id
integer
Example:

55

firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

email
string<email>
Example:

"john@example.com"

phone
string
Example:

"+380671234567"

createdAt
string<date-time>
updatedAt
string<date-time>