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

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

type
enum<string>
required
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

details
object
required