export RECONIFY_API_KEY="rk_your_key_here"
Live events
curl -sS -X POST "https://api.reconifyhq.com/v1/events" \
-H "Authorization: Bearer $RECONIFY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"events":[{"source_id":"source_123","source_event_id":"payment-123","event_type":"payment.succeeded","occurred_at":"2026-07-26T12:00:00Z","amount_minor":1500,"currency":"USD","external_reference":"order-123"}]}'
Use stable source event IDs when retrying. Do not log API keys or full financial payloads.