GET
/
sessions
/
events
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
}

Authorizations

Authorization
string
header
required

Response

200
text/event-stream
SSE stream established successfully

The response is of type object.