Authorizations
API key authentication
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"
}
]
}No description available
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"
}
]
}API key authentication
Show child attributes
Was this page helpful?