Skip to main content
POST
Submit an event asynchronously

Authorizations

Authorization
string
header
required

Body

application/json
data
object | null
required

Open map of fields submitted with an event. May include keys beyond those listed here. email is the primary identity key and the only field that enables profile merging. partner_user_id is a secondary lookup key and is not guaranteed unique.

Example:
event_name
string
required

Name of the event being submitted (for example, conversion or registration). Required.

event_time
string
required

ISO 8601 timestamp of when the event occurred. Optional; defaults to the time the request is received. Use for backdated events.

Response

Event accepted and queued for asynchronous processing. Returns the assigned event_id. Person identification completes after the response is returned.

event_id
string
required

Unique identifier for the queued event. Person identification occurs asynchronously after the request returns.