Chat
Save logs
Get started
Chat
Typebot
Analytics
Workspace
Chat
Save logs
POST
/
v1
/
sessions
/
{sessionId}
/
clientLogs
curl --request POST \
--url https://typebot.io/api/v1/sessions/{sessionId}/clientLogs \
--header 'Content-Type: application/json' \
--data '{
"clientLogs": [
{
"status": "<string>",
"description": "<string>",
"details": "<any>"
}
]
}'
{
"message": "<string>"
}
Path Parameters
Body
application/json
Response
200
application/json
Successful response
curl --request POST \
--url https://typebot.io/api/v1/sessions/{sessionId}/clientLogs \
--header 'Content-Type: application/json' \
--data '{
"clientLogs": [
{
"status": "<string>",
"description": "<string>",
"details": "<any>"
}
]
}'
{
"message": "<string>"
}