Skip to main content
GET
/
webhook
/
addresses
/
{webhookId}
Get addresses for a webhook
curl --request GET \
  --url https://api.fuse.io/api/v0/notifications/webhook/addresses/{webhookId} \
  --header 'API-SECRET: <api-secret>'
[
  {
    "webhookId": "<string>",
    "addresses": [
      "<string>"
    ]
  }
]

Headers

API-SECRET
string
required

The secret API key for authentication.

Path Parameters

webhookId
string
required

The unique identifier of the webhook.

Query Parameters

apiKey
string
required

The public API key for authentication.

Response

List of all addresses for the specified webhook.

webhookId
string
addresses
string[]