Skip to main content
GET
/
webhook
/
{webhookId}
Get a webhook by ID
curl --request GET \
  --url https://api.fuse.io/api/v0/notifications/webhook/{webhookId} \
  --header 'API-SECRET: <api-secret>'
{
  "projectId": "<string>",
  "webhookUrl": "<string>",
  "eventType": "<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

Details of the specified webhook.

projectId
string
webhookUrl
string
eventType
string