Skip to main content
Get outgoing webhook
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks/v1/{id} \
  --header 'Authorization: <api-key>'
{
  "webhook": {
    "awsEventBridge": {
      "detail": "<string>",
      "detailType": "detail_type",
      "eventBusArn": "arn:aws:events:us-east-1:123456789012:event-bus/default",
      "roleName": "role_name",
      "source": "source"
    },
    "createdAt": "2023-11-07T05:31:56Z",
    "externalId": 123456,
    "id": "webhook_id",
    "name": "my_webhook",
    "updatedAt": "2023-11-07T05:31:56Z",
    "url": "slack.webhook.com"
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

The unique identifier of the outgoing webhook.

Response

Response containing the details of an outgoing webhook.

webhook
Outgoing webhook · object

Outgoing webhook.