This endpoint provides real-time tenant credential verification progress over a WebSocket connection using structured JSON messages.
This verifies the exact credential specified - NOT round-robin selection.
On successful verification, automatically clears any stale operational state (cooldown, health metrics).
See subscription verification endpoint documentation for message format details.
DEPRECATED: Use the SSE endpoint at GET .../verify/sse instead.
This WebSocket endpoint is maintained for backward compatibility with existing UI clients.
101Switching Protocols - WebSocket connection established.
200OK
400Bad request. Invalid tenant or credential ID, or not a WebSocket request.
401Unauthorized. User is not authenticated.
403Forbidden. User does not have view tenants permissions.
404Not found. The specified tenant or credential does not exist.
500Internal server error occurred during verification.
