Update

Updates a webhook event and/or url listener. Once updated all events that are triggered will replicate the updated logic

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

webhook primary identifier

Body Params

All fields are optional. Send only the ones you want to change.
event: One of the supported event types.
url: An https url that will receive the POST of the event.
headers: optional key-value pairs to send with the POST of the event. Send null to clear them.
enabled: re-enable a webhook that was previously disabled (after repeated delivery failures or via internal cleanup).

Partial update of a webhook. All fields are optional.

string

New https url that will receive the POST of the event

string
enum

New event the webhook should listen to

headers
object | null

HTTP headers to include in webhook notifications. Send null to clear the existing headers.

boolean

Re-enable a webhook that was previously disabled. When set to true, clears the disabledAt timestamp.

Responses

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