v1

latestOpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
webhooks

Update Webhook

Update an existing webhook

put/api/v1/webhooks/{webhook_id}/

Path parameters

webhook_idstring required

Unique identifier of the webhook.

Request body

namestring

New name for the webhook

urlstring

New URL endpoint for the webhook

event_typesstring[]

New list of event types to subscribe to

Response

Webhook updated successfully

messagestring

Example response

{
  "message": "Webhook updated successfully"
}