POST
/
track
/
customer

Authorizations

Authorization
string
headerrequired

Default authentication mechanism

Body

application/json
customerId
string
required

This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.

customerName
string

Name of the customer in the client's app.

customerEmail
string

Email of the customer in the client's app.

customerAvatar
string

Avatar of the customer in the client's app.

Response

200 - application/json
customerId
string
required
customerName
string | null
required
customerEmail
string | null
required
customerAvatar
string | null
required