Audit Logs

Get Audit Log Webhook

Returns configuration for the audit log webhook.

get/v2/audit-log-webhook

Response

Get response for audit log webhook

endpointstring

The endpoint that will receive audit log messages.

enabledboolean

Indicates whether audit data should be sent to the webhook.

log_format'cef' | 'json' | 'cps'

The output format of each log messages.

skip_ssl_verificationboolean

Indicates if the SSL certificate verification of the host endpoint should be skipped when delivering payloads.

updated_atstring date-time

Timestamp when this webhook was last updated. Initial value is 0001-01-01T00:00:0Z.

Example response

{
  "endpoint": "https://example.com/audit-logs",
  "enabled": true
}

Changes