cURL
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 }
Retrieves the current status of a specific session by ID
Session ID
Session status retrieved successfully
The response is of type object.
object