Update webhook

Update webhook properties such as name or status.

Headers

X-Alchemy-TokenstringRequired
Alchemy Auth token to use the Notify API.

Request

This endpoint expects an object.
webhook_idstringRequired
ID of the webhook
is_activebooleanOptional

Set webhook status (true for active, false for inactive)

namestringOptional
Update the webhook name

Response

Returns updated webhook data.
dataobject or null

Errors