Log

Events

0 events
IDTypeSourceStatusIdempotency KeyReceived
No events match this filter
Send a Test Event
curl -X POST http://localhost:8080/ingest/my-service \
  -H "X-Event-Type: order.created" \
  -H "Idempotency-Key: evt_$(date +%s)" \
  -H "Content-Type: application/json" \
  -d '{"order_id": "ord_123", "amount": 4999}'