Get outgoing webhook
GET
https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks/v1/{id}Returns the details of the specified outgoing webhook.
Requires the following permissions:
outbound-webhooks:ReadConfig
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
id# stringrequired
The unique identifier of the outgoing webhook.
Response
application/json
Response containing the details of an outgoing webhook.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
webhook#objectwebhook.awsEventBridge# object webhook.demisto# object webhook.emailGroup# object webhook.genericWebhook# object webhook.ibmEventNotifications# object webhook.jira# object webhook.pagerDuty# object webhook.sendLog# object webhook.slack# object
Outgoing webhook.
oneOfobject
Aws event bridge config.
webhook.createdAt#date-time
Creation timestamp.
Demisto config.
Email group config.
Generic webhook config.
Ibm event notifications config.
Jira config.
webhook.microsoftTeams#object
Microsoft teams config.
webhook.msTeamsWorkflow#object
Ms teams workflow config.
webhook.opsgenie#object
Opsgenie config.
Pager duty config.
Send log config.
Slack config.
webhook.type#WebhookType
Webhook type.
Possible values: [UNKNOWN, GENERIC, SLACK, PAGERDUTY, SEND_LOG, EMAIL_GROUP, MICROSOFT_TEAMS, JIRA, OPSGENIE, DEMISTO, AWS_EVENT_BRIDGE, IBM_EVENT_NOTIFICATIONS, MS_TEAMS_WORKFLOW]
webhook.updatedAt#date-time
Last-updated timestamp.