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.

Required string length: 1 - 100
customerName
string

Name of the customer in the client's app.

Maximum length: 100
customerEmail
string

Email of the customer in the client's app.

Maximum length: 100
customerAvatar
string

Avatar of the customer in the client's app.

Maximum length: 100

Response

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