GET
/
customers
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

id
string
required

The ID of the customer.

Response

200 - 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