Subscriptions
Update Addresses
Add or remove addresses from a webhook subscription.
PATCH
Add or remove individual addresses from a webhook subscription without replacing the entire list. This is useful when you want to incrementally manage your subscribed addresses.Documentation Index
Fetch the complete documentation index at: https://docs.sim.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
If you need to replace the entire address list at once, use the Replace Webhook Addresses endpoint instead.
Example Use Cases
Add New Addresses
Add one or more addresses to your existing subscription:Remove Addresses
Remove addresses that you no longer want to monitor:Add and Remove in One Request
This endpoint only manages addresses. To update other webhook properties like name, URL, or status, use the Update Webhook endpoint.
Authorizations
API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.
Path Parameters
The unique identifier of the webhook.
Body
application/json
Response
Addresses updated successfully. No response body.