cURL
curl --request GET \ --url https://api.example.com/api/public/sessions
{ "data": [ { "id": "<string>", "name": "<string>" } ] }
Endpoint to get all session on toolzz analytics
Show properties