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-Token
Alchemy Auth token to use the Notify API.
Request
This endpoint expects an object.
webhook_id
ID of the address activity webhook
addresses_to_add
List of addresses to add (empty array if none).
addresses_to_remove
List of addresses to remove (empty array if none).
Response
Returns empty object.