v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBWebhooks
Update a webhook
Update a webhook
put/api/webhooks/{heron_id}
Path parameters
heron_idstring required
Request body
Example request
{
"headers": {
"Content-Type": "application/json"
},
"heron_id": "wbh_cg24fVTxHHwvMt574wrnKj",
"is_enabled": true,
"topic": "end_user.processed",
"url": "https://www.your-webhook-endpoint.com/heron"
}Response
Ok
Example response
{
"webhook": {
"headers": {
"Content-Type": "application/json"
},
"heron_id": "wbh_cg24fVTxHHwvMt574wrnKj",
"is_enabled": true,
"topic": "end_user.processed",
"url": "https://www.your-webhook-endpoint.com/heron"
}
}