Skip to content
StatusSupportDashboard

Beta

BetaEvents

Beta. Send backend events for account, content, and user interaction activity.

Create event (Beta)
POST/v1/events
ModelsExpand Collapse
EventCreateResponse = object { event_id, status } or object { event_ids, status }

Response returned after SafetyKit accepts one event or an ordered event batch.

One of the following:
object { event_id, status }
event_id: string

SafetyKit identifier for the event.

status: "ok"

Event was accepted.

object { event_ids, status }
event_ids: array of string

SafetyKit identifiers for the accepted events, in request order.

status: "ok"

Events were accepted.