Skip to main content
Test an existing outgoing webhook
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks/v1/{id}/test \
  --header 'Authorization: <api-key>'
{
  "success": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required
Example:

"example_id"

Response

success
Test outgoing webhook success · object
required