API Playground
Test requests against the TrackStack edge API with live validation.
Test the TrackStack API directly. Use the API section in the sidebar to open endpoint pages with interactive request forms.
Endpoints
| Path | Purpose |
|---|---|
POST /events | Batch canonical event ingestion |
POST /init | SDK initialization checks |
GET /health | Service readiness |
Workflow
- Get your API key from the dashboard
- Open an endpoint page from the API sidebar
- Enter your key and send a test payload
- Check delivery in the dashboard logs
Spec
- openapi.yaml in the repo
Integrations
Analytics, auth, payments, and frameworks TrackStack works with.
Ingest conversion events POST
Accepts batched conversion events from the SDK. Events are validated, normalized, mapped to platform event taxonomy, delivered with bounded retries, and telemetry is emitted per CAPI-enabled platform. Failed rows are written to DLQ after retry exhaustion.