Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
url
string
Example:

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

events
enum<string>[]
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
enabled
boolean

Pause deliveries without deleting the endpoint.

Response

200 - undefined