Skip to main content

Update Webhook

Update webhook's webhookUrl or eventType

Query Parameters
    apiKey string
    Example: {{publicKey}}
Header Parameters
    API-SECRET string
    Example: {{secretKey}}
Request Body
    webhookId string
    webhookUrl string
    eventType string

Responses

OK

Schema
  • object
curl -L -X PUT 'https://api.fuse.io/api/v0/notifications/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"webhookId": "62da85e69b1568215223a9dd",
"webhookUrl": "https://webhook.site/03521015-b7f6-4a43-9ad9-eb5d2e6ca15b",
"eventType": "ALL"
}'
Request Collapse all
Base URL
https://api.fuse.io/api/v0
Parameters
— query
— header
Body
{
"webhookId": "62da85e69b1568215223a9dd",
"webhookUrl": "https://webhook.site/03521015-b7f6-4a43-9ad9-eb5d2e6ca15b",
"eventType": "ALL"
}
ResponseClear

Click the Send API Request button above and see the response here!