Update a webhook
Send aPUT request to replace the webhook configuration. All body fields are accepted.
integer
required
The ID of the webhook to update.
string
required
The HTTPS endpoint that will receive event payloads.
array
required
Array of event type strings to subscribe to. Replaces the existing event list.
integer
Scope events to a specific campaign. Omit to receive events from all campaigns.
Delete a webhook
Send aDELETE request to permanently remove the subscription. ReachOwl stops sending payloads to the URL immediately.
204 No Content.
