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

Authorizations

Authorization
string
header
required

API key authentication

Response

outboundWebhookSummaries
Outbound webhook summary · object[]