curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/test-existing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "example_id"
}
'{
"success": {}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/test-existing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "example_id"
}
'{
"success": {}
}Was this page helpful?