v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-263064641.4 MB
Portal Audit Logs

Get Portal Audit Log Webhook

Returns configuration for the audit log webhook.

get/v3/portals/{portalId}/audit-log-webhook

Response

Portal audit log webhook response

enabledboolean

Indicates if the data should be sent to the configured audit log destination.

audit_log_destination_idstring uuid nullable

ID of the audit log destination.

include_principal_nameboolean

Whether to include the principal name in the audit log entries sent to the webhook.

Example response

{
  "enabled": true,
  "include_principal_name": true
}