POST
/
customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json

Individual customer

type
enum<string>
required

The type of this customer.

Available options:
individual
address
object
required
documents
object[]
required

List of customer documents

name
string
required

Customer full name

birthdate
string
required

Customer birth date

passkeyPublicKey
string

Customer's passkey public key

Response

201 - application/json
id
string

Unique customer identifier

type
enum<string>

The type of this customer.

Available options:
individual
passkeyPublicKey
string

Customer's passkey public key

address
object
documents
object[]

List of customer documents

createdAt
string

Record creation timestamp

updatedAt
string

Record last update timestamp

name
string

Customer full name

birthdate
string

Customer birth date