Skip to main content

HTTP Source

The http source opens an HTTP endpoint that accepts POST requests. External systems push events directly to LiteJoin — no polling required.

Configuration

Sending Events

Send a JSON message to the HTTP endpoint:

Request Format

Batch Ingestion

Send multiple messages in a single request:

When to Use

Use the HTTP source when:
  • Your application can push events directly (webhooks, event hooks)
  • You want low-latency ingestion without polling overhead
  • You’re integrating with systems that support outbound webhooks
For systems that only support request/response (no push), use the API Source instead.