Verify a credential by ID - 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.

uuid
required

The credential identifier to verify.

Responses
200

SSE stream started successfully.

400

Bad request. Invalid tenant or credential ID.

401

Unauthorized. User is not authenticated.

403

Forbidden. User does not have view tenants permissions.

404

Not found. The specified tenant or credential 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!