POST
/
customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
birthdate
string
required

Customer birth date (yyyy-mm-dd)

documents
object[]
required

List of customer documents

name
string
required

Customer full name

passkeyPublicKey
string

Customer's passkey public key. Only applicable if your project is using self-custody.

Response

201 - application/json
birthdate
string

Customer birth date

createdAt
string

Record creation timestamp

documents
object[]

List of customer documents

id
string

Unique customer identifier

name
string

Customer full name

passkeyPublicKey
string

Customer's passkey public key

updatedAt
string

Record last update timestamp