Verify a credential by ID - streaming (Deprecated)

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.

Path Params
uuid
required

The tenant identifier.

uuid
required

The credential identifier to verify.

Responses
101

Switching Protocols - WebSocket connection established.

200

OK

400

Bad request. Invalid tenant or credential ID, or not a WebSocket request.

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!