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-10-31T04:23:14.970Z"
    }
  ]
}Last updated