Skip to main content

Agents

Agents are members assigned to handle calls in a call center setup. The Agents API allows you to manage agent availability, status, and routing preferences.

Endpoints

MethodEndpointDescription
GET/agentsList all agents
GET/agents/:idGet agent details
POST/agentsCreate an agent
PATCH/agents/:idUpdate agent settings
DELETE/agents/:idRemove an agent
info

Detailed request/response schemas will be added based on the API implementation.