Generate a token

POST {{baseUrl}}/conversations/v3/visitor-identification/tokens/create

Generates a new visitor identification token. This token will be unique every time this endpoint is called, even if called with the same email address. This token is temporary and will expire after 12 hours

Request Body

{"email"=>"<string>", "firstName"=>"<string>", "lastName"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;token&quot;:&quot;\u003cstring\u003e&quot;}