Skip to main content
Get outgoing webhook
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/{id} \
  --header 'Authorization: <api-key>'
{
  "webhook": {
    "createdAt": "2023-11-07T05:31:56Z",
    "externalId": 123456,
    "id": "webhook_id",
    "name": "my_webhook",
    "slack": {
      "attachments": [
        {
          "isActive": true,
          "type": "EMPTY"
        }
      ],
      "digests": [
        {
          "isActive": true,
          "type": "UNKNOWN"
        }
      ]
    },
    "type": "UNKNOWN",
    "updatedAt": "2023-11-07T05:31:56Z",
    "url": "slack.webhook.com"
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Response

webhook
object
required
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook
  • Outgoing webhook