Skip to main content
Use the ingestion endpoint to publish events from your application. eldrStream encrypts the payload, queues it for delivery, and dispatches it to all your registered webhook endpoints.

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 Accepted response 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.