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
Documentation IndexFetch the complete documentation index at: https://docs.pingnetwork.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pingnetwork.io/llms.txt
Use this file to discover all available pages before exploring further.
Session ID
Session resumed successfully
Session ID that was resumed
Indicates if the session is paused (should be false after resume)