Skip to main content
POST
Submit an event

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 processed. Returns the assigned event_id and the resolved Extole person_id.

event_id
string
required

Unique identifier for the submitted event.

person_id
string
required

Extole person ID resolved from the event data.