v1
latestOpenAPI 3.0.32026-07-2632131.4 MBWebhooks
Update webhook
Update a webhook
put/webhooks/{id}
Path parameters
idstring required
Webhook ID
Request body
Example request
{
"url": "https://www.hookurl.com"
}Response
The updated webhook object
Example response
[
{
"accountId": "563e0b6a08a2710e00057b82",
"_id": "563e0b6a08a2710e00057b82",
"url": "https://www.hookurl.com"
}
]