Teams
Teams group agents together for call routing, queue management, and workload distribution.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /teams | List all teams |
GET | /teams/:id | Get team details |
POST | /teams | Create a team |
PATCH | /teams/:id | Update a team |
DELETE | /teams/:id | Delete a team |
info
Detailed request/response schemas will be added based on the API implementation.