Update a webhook

Updates an existing webhook endpoint. Validates events, tests the payload URL, checks for duplicate URL+event combinations, then updates the endpoint. The database record is updated automatically via an incoming webhook event.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The webhook endpoint database ID

Body Params

Webhook update payload

string
required
length between 1 and 200

Display name for the webhook endpoint

uri
required

The URL that will receive webhook event payloads

events
array of strings
required

List of event types to subscribe to

events*
boolean
Defaults to false

Whether to restructure the payload using custom schemas

schemas
array of objects
Defaults to []

Custom schema mappings for payload restructuring

schemas
Responses
204

Webhook updated successfully

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json