POST
/
v2
/
sessions
/
{sessionId}
/
clientLogs
Save logs
curl --request POST \
  --url https://typebot.io/api/v2/sessions/{sessionId}/clientLogs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "clientLogs": [
    {
      "status": "<string>",
      "description": "<string>",
      "details": "<string>",
      "context": "<string>"
    }
  ]
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sessionId
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.