Go!Chat
Create end user token
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Go!Chat
Create end user token
Creates a token meant to be used for the end user.
POST
/
api
/
v1
/
chat
/
token
{
"emails": [
"string"
],
"external_id": "string",
"from": "string",
"mailbox_id": "string",
"tags": [
"string"
]
}
{
"expires_at": "integer",
"token": "string"
}
Body parameters
Response body
{
"emails": [
"string"
],
"external_id": "string",
"from": "string",
"mailbox_id": "string",
"tags": [
"string"
]
}
{
"expires_at": "integer",
"token": "string"
}
{
"emails": [
"string"
],
"external_id": "string",
"from": "string",
"mailbox_id": "string",
"tags": [
"string"
]
}
{
"expires_at": "integer",
"token": "string"
}