Update Webhook Config
Webhooks
Update Webhook Config
Update a webhook config.
PUT
Update Webhook Config
Update a webhook config. All request body fields are optional.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
webhookConfigId | integer | Webhook config ID (rootfi_id). |
Request Body
| Field | Type | Description |
|---|---|---|
webhook_type | enum | Event category. |
name | string | Display name. |
url | string | Destination URL. |
topics | string[] | Subscribed topics. |
state | enum | ENABLED or DISABLED. |
signing_key | string | Secret used to sign outbound requests. |
headers | object[] | Custom headers as { name, value }. |
Response
Returns{ data: { data: WebhookConfig }, request_id }.Authorizations
Path Parameters
Webhook config ID (rootfi_id).
Body
application/json