Skip to main content
List outbound webhooks summary
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks/v1/list/summaries \
  --header 'Authorization: <api-key>'
{
  "outboundWebhookSummaries": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "externalId": 123,
      "id": "<string>",
      "name": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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

Response

Response containing summary information for outgoing webhooks.

outboundWebhookSummaries
Outbound webhook summary · object[]

The outbound webhook summaries.