Skip to main content
Get outgoing webhook types
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/types \
  --header 'Authorization: <api-key>'
{
  "webhooks": [
    {
      "count": 3,
      "label": "example_label",
      "type": "UNKNOWN"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

webhooks
Outgoing webhook type · object[]