Chatbot Sessions
Create Session
Chatbot Sessions
Create Session
Create a chat session for a chatbot specified by chatbot uuid
POST
/
api
/
v1
/
chatbot
/
{uuid}
/
session
/
create
curl --location --request POST 'https://app-chatwize.com/api/v1/chatbot/{uuid}/session/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
Path
Response
curl --location --request POST 'https://app-chatwize.com/api/v1/chatbot/{uuid}/session/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
curl --location --request POST 'https://app-chatwize.com/api/v1/chatbot/{uuid}/session/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}