PATCH
/
sessions
/
{id}
/
pause
curl --request PATCH \
  --url https://api.pingnetwork.io/customer/v2/sessions/{id}/pause \
  --header 'Authorization: <api-key>'
{
  "session_id": "<string>",
  "paused": true
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Session ID

Response

200
application/json

Session paused successfully

The response is of type object.