This endpoint provides real-time tenant credential verification progress over a WebSocket connection using structured JSON messages.
This verifies the specific default credential - 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 ID or not a WebSocket request.
401Unauthorized. User is not authenticated.
403Forbidden. User does not have view tenants permissions.
404Not found. The specified tenant does not exist or has no default credential.
500Internal server error occurred during verification.
