v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Audit Logs

Get Audit Log Destination

Returns configuration for the audit log destination.

get/v2/audit-log-destinations/{auditLogDestinationId}

Response

Audit log destination response

idstring uuid

The unique ID of the audit log destination.

namestring nullable

The name of the audit log destination.

endpointstring nullable

The endpoint that will receive audit log messages.

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.

created_atstring date-time

Timestamp when this webhook was created.

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"
}