Send Ingest Events
documentedPost a batch of NDJSON events for ingestion.
POST /api/v1/ingest/eventsIngestno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.sparkpost.com/api/v1/ingest/events" \
-X POST \
-H "Authorization: {{SPARKPOST_API_KEY}}" \
-H "Content-Type: application/x-ndjson" \
-H "Content-Encoding: gzip" \
-H "Accept: application/json" \
--data-binary @{{$payload_file}}