POST /api/v1/chat/session/call-operator
Escalates the current chat session to a human support operator. A notification is sent to the support team.
Authentication​
Optional. Works for both authenticated and anonymous sessions (identified by session cookie).
Request​
No request body required.
Example​
curl -X POST https://intotes.com/api/v1/chat/session/call-operator
Response​
200 OK​
{
"success": true,
"message": "Operator called successfully"
}
Errors​
| Status | Code | Description |
|---|---|---|
| 404 | not_found | No active chat session found |
| 500 | internal_error | Server failed to notify operator |