v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Webhooks

List Webhooks

Get a list of all configured webhooks in Liongard

get/webhooks

Response

Success

Successboolean

Example response

{
  "Data": [
    {
      "ID": "2371b0fa-10cd-49ea-a97b-c1d1e2680777",
      "ServiceProviderID": 22,
      "Url": "https://webhook.site/2a199-2b032-a946-a003f6d5",
      "Events": [
        "alert.created"
      ],
      "Active": true,
      "Health": "200 OK",
      "CreatedOn": "2025-03-31T05:00:00.000Z",
      "CreatedBy": {
        "FirstName": "John",
        "LastName": "Doe",
        "FullName": "John Doe",
        "Email": "John.Doe@email.com",
        "MfaFactorAuth": true,
        "Status": "active",
        "Visible": true,
        "Department": "Admin",
        "ReciveTechupdates": true,
        "LastLogin": "2025-03-31T05:00:00.000Z",
        "CreatedOn": "2025-03-31T05:00:00.000Z"
      }
    }
  ]
}