Skip to main content
PATCH
cURL

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
Example:

"https://api.site.com/webhook"

enable
boolean
default:true
rateLimit
integer | null

Request per second

Required range: x >= 1
Example:

300

events
string[]

List event.id from /v2/webhook/event

Response

OK