Create event
Authentication
X-Schematic-Api-Keystring
API Key authentication via header
Request
This endpoint expects an object.
event_type
Either 'identify' or 'track'
backfill
Requires a secret API key, and trusted_client_clock. Import historical data without affecting billing.
body
idempotency_key
Optional client-supplied key. Duplicate events with the same key (scoped to the environment) are dropped for 24h.
sent_at
Optionally provide a timestamp at which the event was sent to Schematic
trusted_client_clock
Requires a secret API key and sent_at. Use sent_at as the effective timestamp.
Response
Created
data
params
Input parameters
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error