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
required
Example:

"example_id"

Response

  • Test outgoing webhook response
  • Test outgoing webhook response
success
object