Skip to main content
POST
Create a webhook endpoint (the signing secret is returned once)

Authorizations

Authorization
string
header
required

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

Body

application/json
url
string
required

HTTPS endpoint that receives the events.

Example:

"https://example.com/hooks/plugkit"

events
enum<string>[]

Events to subscribe to. Empty or omitted means all events.

Available options:
post.published,
post.partial,
post.failed,
message.received,
message.sent,
message.undelivered,
account.disconnected,
comment.received,
comment.dm_sent,
broadcast.finished,
usage.threshold_reached

Response

201 - undefined