Get the versioned event schema registry
Machine-readable, versioned catalog of every event type the firehose (GET /events/stream, GET /events/consume) and webhooks emit. Each entry carries a Draft-07 envelope JSON Schema (with the type literal pinned), a realistic example payload, and a deterministic fingerprint. Poll the top-level catalog_version to learn — in one field — whether the platform event contract changed at all, then diff each entry’s fingerprint to see which event schemas moved, so a data-warehouse or SIEM consumer can pin schemas and regenerate types only when they actually drift. The catalog is identical for every tenant.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false