Skip to main content
List outgoing webhooks
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1 \
  --header 'Authorization: <api-key>'
{
  "deployed": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "externalId": 123456,
      "id": "webhook_id",
      "name": "my_webhook",
      "updatedAt": "2023-11-07T05:31:56Z",
      "url": "slack.webhook.com"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

type
enum<string>
Available options:
UNKNOWN,
GENERIC,
SLACK,
PAGERDUTY,
SEND_LOG,
EMAIL_GROUP,
MICROSOFT_TEAMS,
JIRA,
OPSGENIE,
DEMISTO,
AWS_EVENT_BRIDGE,
IBM_EVENT_NOTIFICATIONS,
MS_TEAMS_WORKFLOW

Response

deployed
Outgoing webhook summary · object[]