Get All Webhooks
Last updated
Last updated
GET /v0/webhooks HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Accept: */*
{
"items": [
{
"id": "text",
"url": "text",
"status": "text",
"created_at": "2025-12-19T15:48:03.106Z"
}
]
}