Verify default credentials - streaming

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.

Path Params
uuid
required

The tenant identifier.

Responses
200

SSE stream started successfully.

400

Bad request. Invalid tenant ID or tenant has no default credential.

401

Unauthorized. User is not authenticated.

403

Forbidden. User does not have view tenants permissions.

404

Not found. The specified tenant does not exist.

500

Internal server error occurred during verification.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!