Get All Webhooks
Header parameters
AuthorizationstringRequired
Token for authentication
Responses
200
Webhooks retrieved successfully
application/json
get
/v0/webhooksGET /v0/webhooks HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Accept: */*
200
Webhooks retrieved successfully
{
"items": [
{
"id": "text",
"url": "text",
"status": "text",
"created_at": "2025-12-06T08:33:28.960Z"
}
]
}Last updated