cURL
curl --request PATCH \ --url https://api.pingnetwork.io/customer/v2/sessions/{id}/resume \ --header 'Authorization: <api-key>'
{ "session_id": "<string>", "paused": true }
Resumes a paused reusable session, allowing new connections
Session ID
Session resumed successfully
The response is of type object.
object