Skip to main content
POST
Publish app event

Authorizations

Authorization
string
header
required

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

Body

application/json
events
object[]
required

Response

200 - application/json

Created

enqueued
object[]
required

Events accepted and queued for delivery, one entry per matching webhook subscription.

rejected
object[]
required

Events that could not be queued, e.g. because the idempotency key was already used.