Skip to main content
Get outgoing webhook type details
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/webhook-types/v1/{type} \
  --header 'Authorization: <api-key>'
{
  "details": {
    "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

Path Parameters

type
enum<string>
required

The outgoing webhook type to fetch details for. Webhook type.

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

Response containing the details of an outgoing webhook type.

details
Outgoing webhook details · object

Outgoing webhook details.