Get All Webhooks

Get all webhooks

get
Header parameters
AuthorizationstringRequired

Token for authentication

Responses
200

Webhooks retrieved successfully

application/json
get
GET /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-09-16T17:08:00.152Z"
    }
  ]
}

Last updated