v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
Webhooks

Update a webhook

Updates an existing webhook.

patch/v1/webhooks/{id}

Path parameters

idstring required

The webhook identifier.

Request body

namestring
descriptionstring
urlstring
status'active' | 'inactive'
includeInternalTxsboolean

Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.

includeLogsboolean

Response

Successful response

OR
OR

Example response

{
  "metadata": {
    "eventSignatures": [
      "0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64"
    ],
    "addresses": [
      "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"
    ]
  }
}