Add and remove webhook addresses

Add or remove addresses from a specific webhook. This webhook endpoint is idempotent, meaning that identical requests can be made once or several times with the same effect.

Headers

X-Alchemy-TokenstringRequired

Alchemy Auth token to use the Notify API.

Request

This endpoint expects an object.
webhook_idstringRequired

ID of the address activity webhook

addresses_to_addlist of stringsRequired

List of addresses to add (empty array if none).

addresses_to_removelist of stringsRequired

List of addresses to remove (empty array if none).

Response

Returns empty object.

Errors