Negotiate a SignalR connection
GET/api/signalr/negotiate
Returns the SignalR service URL and a client access token scoped to the calling agent's subscription GUID. The client uses these to establish a WebSocket connection to the CallHub for receiving real-time call events.
Responses
- 200
- 401
- 403
Returns the SignalR URL and access token.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.