Create event
Authentication
X-Schematic-Api-Keystring
API Key authentication via header
Request
This endpoint expects an object.
event_type
Either 'identify' or 'track'
Allowed values:
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
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