Deutsch
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/telephony/routingAvailability \ --header 'Authorization: Bearer <token>'
{ "success": true, "users": [ { "id": 42, "status": "<string>", "chatRoutingStatus": "idle", "callRoutingStatus": "idle", "skills": { "tagIds": [ 1, 2, 3 ], "channels": [ "email", "phone", "chat" ] }, "currentTickets": [ 123, 456 ], "queueTickets": [ 789 ], "lastActivity": "2024-03-20 14:30:00" } ] }
Returns the routing availability for all users. Used by a dispatcher to check which agents are currently available to pick up a ticket.
JWT-based authentication
Optional filter to return only a specific user
Successful operation
true
Anzeigen untergeordnete attribute