curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/integrations/webhooks/v1/{id} \
--header 'Authorization: <api-key>'{
"webhook": {
"createdAt": "2023-11-07T05:31:56Z",
"externalId": 123456,
"genericWebhook": {
"headers": {},
"method": "UNKNOWN",
"payload": "<string>",
"uuid": "d838cd7b-087b-40c6-bc33-80997020f5d0"
},
"id": "webhook_id",
"name": "my_webhook",
"type": "UNKNOWN",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "slack.webhook.com"
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/integrations/webhooks/v1/{id} \
--header 'Authorization: <api-key>'{
"webhook": {
"createdAt": "2023-11-07T05:31:56Z",
"externalId": 123456,
"genericWebhook": {
"headers": {},
"method": "UNKNOWN",
"payload": "<string>",
"uuid": "d838cd7b-087b-40c6-bc33-80997020f5d0"
},
"id": "webhook_id",
"name": "my_webhook",
"type": "UNKNOWN",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "slack.webhook.com"
}
}API key authentication
Show child attributes
Was this page helpful?