Events
Submit a named event asynchronously
Submits a specific named consumer event asynchronously. The event name is supplied in the URL path and the body is an open data map. No per-request rate limit. Returns event_id only; person identification occurs asynchronously.
post/v6/async-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 queued for asynchronous processing. Returns the assigned event_id. Person identification completes after the response is returned.
Changes
No recorded changes to this endpoint across all 1 revision of this API.