API Reference
Update a webhook
Updates an existing webhook.
PATCH
/
v1
/
webhooks
/
{id}
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
id
string
requiredThe webhook identifier.
Body
application/json
name
string
description
string
url
string
status
enum<string>
Available options:
active
, inactive
includeInternalTxs
boolean
includeLogs
boolean
Response
200 - application/json
id
string
requiredeventType
enum<string>
requiredAvailable options:
address_activity
metadata
object
requiredincludeInternalTxs
boolean
Whether to include traces in the webhook payload.
includeLogs
boolean
Whether to include logs in the webhook payload.
url
string
requiredchainId
string
requiredstatus
enum<string>
requiredAvailable options:
active
, inactive
createdAt
number
requiredname
string
requireddescription
string
requiredWas this page helpful?