curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/integrations/webhook-types/v1 \
--header 'Authorization: <api-key>'{
"webhooks": [
{
"count": 3,
"label": "example_label",
"type": "UNKNOWN"
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/integrations/webhook-types/v1 \
--header 'Authorization: <api-key>'{
"webhooks": [
{
"count": 3,
"label": "example_label",
"type": "UNKNOWN"
}
]
}Was this page helpful?