Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.fuse.io/api/v0/notifications/webhook/add-addresses \ --header 'API-SECRET: <api-secret>' \ --header 'Content-Type: application/json' \ --data ' { "webhookId": "<string>", "addresses": [ "<string>" ] } '
[ { "webhookId": "<string>", "addresses": [ "<string>" ] } ]
Associate new addresses with an existing webhook to listen for their events.
The secret API key for authentication.
The public API key for authentication.
Addresses successfully added to the webhook.