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

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Response

webhooks
Outgoing webhook type · object[]