GET
/
sessions
/
{id}
/
status
curl --request GET \
  --url https://api.pingnetwork.io/customer/v2/sessions/{id}/status \
  --header 'Authorization: <api-key>'
{
  "client_id": "<string>",
  "status": "created",
  "duration": 123,
  "uploaded_bytes": 123,
  "downloaded_bytes": 123
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Session ID

Response

200
application/json
Session status retrieved successfully

The response is of type object.