v63

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-078131,3892.6 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

ID of the audit log destination.

Example response

{
  "enabled": true
}