TrackStack Docs
TrackStack Docs
DashboardPricingTrackStack DocsQuickstartExamplesSDK SetupB2B SaaS EventsSupported PlatformsIntegrationsAPI Playground
GitHub

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

PathPurpose
POST /eventsBatch canonical event ingestion
POST /initSDK initialization checks
GET /healthService readiness

Workflow

  1. Get your API key from the dashboard
  2. Open an endpoint page from the API sidebar
  3. Enter your key and send a test payload
  4. 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.

On this page

EndpointsWorkflowSpec