cURL
curl --request GET \ --url https://api.pingnetwork.io/customer/v2/sessions/events \ --header 'Authorization: <api-key>'
{ "id": 123, "session_id": "<string>", "event_type": "session_start", "created_at": "2023-11-07T05:31:56Z", "duration": 123, "downloaded_bytes": 123, "uploaded_bytes": 123 }
Provides a Server-Sent Events stream of session activity events
SSE stream established successfully
The response is of type object.
object