Skip to main content

Update Webhook

Updates one or more fields on an existing webhook.

Path Parameters

Request Body

All fields are optional. Only provided fields will be updated.

Response

Returns { "data": { ... }, "meta": { ... } } — the updated webhook fields: id, name, description, url, method, event_types, auth_type, enabled, created_at. The secret_key is never returned after creation.

Errors