Designed to logout Agents from the system.
Endpoint:
GET https://api.convoso.com/v1/agent-monitor/logout
🔒 Authentication
- Parameter Name: auth_token
- Type: Query Parameter
- Required: Yes
🔎 Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| auth_token | string | Yes | Your API authentication token. |
| user_id | string | Yes | User Id for the agent to be logged out |
Example Request
POST https://api.convoso.com/v1/agent-monitor/logout?auth_token=YOUR_API_TOKEN&user_id=123456
Response Format
Example Response
{
"success": true,
}Response Definitions
| Field | Type | Description |
|---|---|---|
| Success | Boolean | Indicates if the operation was successful. |