POST
/
events

Authorizations

X-API-KEY
string
header
required

Body

application/json
channel
string
required

The channel name where the event is registered.

name
string
required

The name of the event.

notify
boolean
required

Whether to notify users about the event.

userId
string
required

The ID of the user associated with the event.

icon
string

An optional icon representing the event.

tags
object

Additional tags providing context for the event.

Response

201 - application/json
event
object
message
string
ok
boolean