Skip to main content
GET
Get a CDP event schema

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

event_type
string
required

URL-encoded event name (e.g. Order%20Completed).

Response

200 - application/json

The requested event schema

data
object

A registered CDP event schema — a JSON Schema bound to a named event type plus the enforcement mode applied to matching /track events (off = passthrough, warn = log violations, strict = reject).

meta
object