curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/test \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"genericWebhook": {
"headers": {},
"method": "UNKNOWN",
"payload": "<string>",
"uuid": "d838cd7b-087b-40c6-bc33-80997020f5d0"
},
"name": "my_webhook",
"type": "UNKNOWN",
"url": "slack.webhook.com"
}
}
'{
"success": {}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/test \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"genericWebhook": {
"headers": {},
"method": "UNKNOWN",
"payload": "<string>",
"uuid": "d838cd7b-087b-40c6-bc33-80997020f5d0"
},
"name": "my_webhook",
"type": "UNKNOWN",
"url": "slack.webhook.com"
}
}
'{
"success": {}
}API key authentication
Show child attributes
Was this page helpful?