/webhooks/{webhook_id}
You can update the URL or authentication type of a webhook using this PATCH endpoint.
You must pass both the URL and authentication parameters.
{
"url":"http://test123.com",
"authentication":"none"
}
{
"result": "success",
"status": 200,
"data": {
"id": 189,
"created_at": "2025-04-29T08:48:04Z",
"updated_at": "2025-04-29T08:50:39Z",
"url": "http://test123.com",
"authentication": "none"
}
}
Sign up to our newsletter to keep up-to-date.