Get all webhooks .

GET
Endpoint
/webhooks
Description

Returns a list of your webhooks.

Response
{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 186
    },
    "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"
        },
        {
            "id": 186,
            "created_at": "2025-04-25T09:38:11Z",
            "updated_at": "2025-04-25T09:38:11Z",
            "url": "https://webhook.site/64e5bcde-bd76-4ad2-9ce0-383d993bb290",
            "authentication": "none"
        }
    ]
}

Stay in the loop.

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