v1

latestOpenAPI 3.0.12026-08-063985821.3 MB
Webhook API:Webhooks

Update an existing webhook

put/webhooks/{webhookId}

Path parameters

webhookIdstring uuid required

Request body

namestring nullable required
eventsEventName[] nullable required
urlstring uri nullable

Target URL that will listen for incoming HTTP POST notification messages.

authorizationstring nullable

Optional authorization header to include with the HTTP POST notification.

status'Enabled' | 'Disabled' | 'Suspended' string

Example request

{
  "authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
}

Response

Webhook was successfully updated