PATCH
/
sessions
/
{id}
/
resume
Resume a paused session
curl --request PATCH \
  --url https://api.pingnetwork.io/customer/v2/sessions/{id}/resume \
  --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 resumed successfully

The response is of type object.