v1
latestOpenAPI 3.0.02026-07-24622596.0 KBWebhooks
Update Webhook
put/webhooks/{id}
Path parameters
idstring id required
ID of the Webhook
Request body
Response
The updated webhook
Example response
{
"id": "42",
"company_id": "8675309",
"url": "https://sweet-webhooks.com/my/webhook/endpoint",
"scopes": [
"*"
],
"token": "123456",
"enabled": true,
"created_at": 1490737206,
"updated_at": 1490737406
}