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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"token":"\u003cstring\u003e"}