Get webhook .

GET
Endpoint
/webhooks/{webhook_id}
Description

Returns an individual webhook.

Response
{
    "result": "success",
    "status": 200,
    "data": {
        "id": 187,
        "created_at": "2025-04-29T08:27:48Z",
        "updated_at": "2025-04-29T08:27:48Z",
        "url": "https://webhook.site/64e5bcde-bd76-4ad2-9ce0-283d993bb290",
        "authentication": "none"
    }
}

Stay in the loop.

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