Practice event-stream consumers, Last-Event-ID resume behavior, duplicates and out-of-order detection.
Base URL: https://funapi.dev/api/streams/v1 · 3 endpoints · OpenAPI 3.1 spec and Postman collection available. New here? Read the getting started guide.
stream and replay
GET /streams/v1/events — Read events as JSON or text/event-streamGET /streams/v1/events/{id} — Replay one event by idPOST /streams/v1/events — Publish a custom event (requires Bearer auth)