Authorizations
API key authentication
Body
application/json
Example:
"example_id"
Response
- Test outgoing webhook response
- Test outgoing webhook response
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": {}
}API key authentication
"example_id"
Was this page helpful?