/webhooks
Returns a list of your webhooks.
{
"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"
}
]
}
Sign up to our newsletter to keep up-to-date.