Update a webhook
PUT
/v2/webhooks/hooks/{id}Last modified: 3 days ago
Update a webhook
Request
Path Params
id
string
required
Body Params application/json
name
string
optional
target_url
string
optional
events
array[string]
optional
secret
string
optional
active
boolean
optional
include_customers_events
boolean
optional
Triggers the webhook for similar events from your customer organizations
Default:
false
Example
{
"name": "string",
"target_url": "string",
"events": [
"string"
],
"secret": "string",
"active": true,
"include_customers_events": false
}
Request samples
Responses
OK(200)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Webhook updated
Data Schema
object {0}
Example
{}
Last modified: 3 days ago