Skip to main content
PATCH
Update webhook URL

Authorizations

Authorization
string
header
required

API key for authentication.

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook to be updated.

Example:

"20c775ff-666c-42d7-b4db-26e4af4e43c7"

Body

application/json

Webhook update details

webhookUrl
string<uri>
required

The new URL to which the webhook notifications will be sent.

Example:

"https://hook.eu2.make.com/your-new-hook-id"

Response

Webhook URL updated successfully.

message
string
Example:

"Successfully updated webhook URL"

webhookId
string<uuid>
Example:

"20c775ff-666c-42d7-b4db-26e4af4e43c7"

webhookUrl
string<uri>
Example:

"https://hook.eu2.make.com/your-new-hook-id"