Skip to main content
Test an existing outgoing webhook
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": {}
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
id
string
Example:

"example_id"

Response

success
Test outgoing webhook success · object