v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBEvents
Submit an event
Submits a consumer event synchronously. Returns both event_id and person_id. Use when you need immediate confirmation that the event was processed and identity resolution has completed. For high-volume ingestion use POST /v6/async-events instead.
post/v6/events
Request body
Example request
{
"data": {
"email": "user@example.com",
"event_time": "2024-01-15T12:00:00Z",
"partner_user_id": "usr_8392047156",
"person_id": 7465313346145957000
}
}Response
Event accepted and processed. Returns the assigned event_id and the resolved Extole person_id.