post
https://api.controlup.com/daas-iq/v1/cloud/tenants//credentials/verify/sse
This endpoint provides real-time tenant credential verification progress via Server-Sent Events (SSE).
Each event is a JSON message: data: {"type":"step_started","stepName":"...","stepNumber":1}\n\n
Replaces the WebSocket-based /verify/stream endpoint. Same message format, simpler protocol.
200SSE stream started successfully.
400Bad request. Invalid tenant ID or tenant has no default credential.
401Unauthorized. User is not authenticated.
403Forbidden. User does not have view tenants permissions.
404Not found. The specified tenant does not exist.
500Internal server error occurred during verification.
