v1
latestOpenAPI 3.0.12026-07-14145.6 KBGenerate
Generate a token
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
post/conversations/v3/visitor-identification/tokens/create
Request body
Example request
{
"email": "visitor-email@example.com",
"firstName": "Gob",
"lastName": "Bluth"
}Response
successful operation
Example response
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}