cURL
curl --request GET \ --url https://api.example.com/api/public/sessions
{ "data": [ { "id": "<string>", "createdAt": "<string>", "projectId": "<string>" } ], "meta": { "page": 123, "limit": 123, "totalItems": 123, "totalPages": 123 } }
Endpoint to get all session on toolzz analytics
Show Request
Show properties