LogsGET
Stream Logs
SSE stream — near-realtime validation events via Redis pub/sub. Use GET /v1/logs/stream when you need this capability from your application or backend. It does not require a request body. There are no query parameters for this operation.
Endpoint
Use this full URL directly in server-side integrations, scripts, or internal tooling.
Authorization
This section explains how this endpoint should be called in the current API version.
Code examples
Start with curl, then use the language sample that matches your backend.
curl
curl -X GET "https://api.dropfakes.com/api/v1/logs/stream"Parameters
Query string parameters and request body fields are listed together for faster scanning.
Success response
The primary success status for this operation is 200.
Error response
Use this example to handle validation and request errors safely on the client or backend.