Skip to main content
POST
Log custom event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Custom event details

eventType
string
required

Custom event type identifier

timestamp
string<date-time>
required

When the event occurred

source
string

Source system or application

data
object

Custom event payload

metadata
object

Additional event metadata

Response

201 - application/json

Custom event logged

eventId
string
required

Unique identifier for the logged event

status
enum<string>
required

Status of the event logging

Available options:
success,
failed
timestamp
string<date-time>

Time when the event was logged