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