curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks-test/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"microsoftTeams": {},
"name": "my_webhook",
"type": "UNKNOWN",
"url": "slack.webhook.com"
}
}
'{
"success": {}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks-test/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"microsoftTeams": {},
"name": "my_webhook",
"type": "UNKNOWN",
"url": "slack.webhook.com"
}
}
'{
"success": {}
}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.
API key authentication
Show child attributes
Was this page helpful?