Ingest an external domain event
POST/api/events/ingest
Accepts domain events from trusted ODIN platform services (Voice server, Fleet) and publishes them into the Cortex event pipeline. Requires HMAC-SHA256 project secret authentication via X-Project-Id, X-Signature, and X-Timestamp headers.
Request
Responses
- 201
- 400
- 401
- 429
Event accepted and published to the event bus
Invalid request body (validation failed)
Authentication failed (missing or invalid signature)
Rate limit exceeded (max 100 events/s per project)