cURL
curl --request POST \ --url https://release0.com/api/v1/sessions/{sessionId}/clientLogs \ --header 'Content-Type: application/json' \ --data '{ "clientLogs": [ { "status": "<string>", "description": "<string>", "details": "<any>" } ] }'
{ "message": "<string>" }
API endpoint to save client-side logs for a specific chat session for debugging and monitoring.
Successful response
The response is of type object.
object