Update webhook .

PATCH

Request

/webhooks/{webhook_id}

Body

{
    "url":"http://updatedwebhook.com"
}

Response

{
    "result": "success",
    "status": 200,
    "data": {
        "id": 12345,
        "created_at": "2021-03-22T11:19:04.000000Z",
        "updated_at": "2021-03-22T11:21:47.000000Z",
        "url": "http://updatedwebhook.com"
    }
}

Stay in the loop..

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