v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBCustom Events
Send an event
Sends an event.
post/event/events
Request body
Example request
{
"eventName": "unique_event_name",
"occurTime": "2022-06-01T12:00:00.000Z",
"properties": {
"property1": "value1",
"property2": "value2"
}
}Response
Successfully sent the event.