Get All Webhooks

Get all webhooks

get
/v0/webhooks
Header parameters
AuthorizationstringRequired

Token for authentication

Responses
200

Webhooks retrieved successfully

application/json
get
/v0/webhooks
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-10-31T04:23:14.970Z"
    }
  ]
}

Last updated