Send an event
Authentication
This endpoint uses your API key, not a JWT session token.Request body
Example
Supplying your own event ID
Response
Status codes
Notes on delivery
- A
202 Acceptedresponse guarantees EldrStream has received your event. Delivery to your webhook is asynchronous. - Events are delivered to all configured webhook endpoints in parallel.
- Failed deliveries are retried automatically. See Core Concepts — Retries for the retry schedule.
- If no webhook endpoints are configured, the event is accepted and stored but not dispatched until you add a webhook.
- You can track the final delivery outcome using the Events API.