cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object