Update Agent's Break Documentation
Update Agent's Break
v1.0Update Agent's Break
v1.0Update Agent's Break
Manage agent break status
Agent Managementv1.01 Endpoint
Overview
Update Agent's Break API : PATCH : /agents
Authentication
Basic Authentication
Methods
PATCH
Parameters
1 Parameters
Response
JSON Format
Available Endpoints
PATCH
/agentsKey Parameters
break(Integer)7
Quick Example
Try this API with a simple cURL command
Basic API Call
curl -i -X PATCH -u "username:password" "https://telephonycloud.co.in/api/v1/agents?break=7"💡 Replace username:password with your actual credentials
Response Preview
Sample response from this API
Sample Response
{"status":2, "break":7}View complete response format in Response section
