Chatbot Sessions
Fetch a Session
Chatbot Sessions
Fetch a Session
Fetch single chatbot session base on uuid
GET
/
api
/
v1
/
session
/
{uuid}
curl --location --request GET 'https://app.gptchatbot.it/api/v1/session/{uuid}' \
--header 'Authorization: Bearer <token>' \
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
Path
Response
curl --location --request GET 'https://app.gptchatbot.it/api/v1/session/{uuid}' \
--header 'Authorization: Bearer <token>' \
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
curl --location --request GET 'https://app.gptchatbot.it/api/v1/session/{uuid}' \
--header 'Authorization: Bearer <token>' \
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}