Update webhook .

PATCH
Endpoint
/webhooks/{webhook_id}
Description

You can update the URL or authentication type of a webhook using this PATCH endpoint.

You must pass both the URL and authentication parameters.

Request example
{
    "url":"http://test123.com",
    "authentication":"none"
}
Response example
{
    "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"
    }
}

Stay in the loop.

Sign up to our newsletter to keep up-to-date.