Endpoints
Pipeline Events
Push normalized records directly into the processing pipeline.
POST /api/pipeline/events
Use this endpoint if you have sources that bypass Merge.dev. Provide a normalized record payload and Stewi will treat it the same as a webhook event.
Request
Response
Validation Rules
provider,record_type, andcontentare required.external_idis used for idempotency; duplicates update the existing record.metadatamust be JSON-serializable (nested objects allowed).