v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBEvents
Submit a named event
Submits a specific named consumer event synchronously. The event name is supplied in the URL path rather than in the request body, and the body is an open data map.
post/v6/events/{event_name}
Path parameters
event_namestring required
Request body
Example request
{
"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.