API as its source type.
Features
- Single event tracking: Send individual events with the
/trackendpoint - Bulk event tracking: Send multiple events in a single request with the
/bulk-trackendpoint - Gzip compression: Bulk requests can be compressed for efficient transmission
- Deduplication support: Each event can include a unique
messageIdfor deduplication and traceability. If you don’t provide one, the server will generate one automatically - Single tenant: Each pipeline gets its own API service deployment, so traffic spikes in one pipeline will not affect latency for other pipelines
Authentication
All requests require a valid API key in theAuthorization header. These keys will be generated for you when you set up your pipeline, and should be kept secret.