v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
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 nullable

The endpoint that will receive audit log messages.

enabledboolean nullable

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
}