Skip to main content
GET
/
settings
/
audit
Error
A valid request URL is required to generate request examples
{
  "audit_webhook_url": "<string>",
  "audit_webhook_custom_headers": {},
  "audit_webhook_custom_payload": {},
  "audit_webhook_payload_attribute": "<string>",
  "audit_webhook_verify_ssl": true,
  "decryption_failed_keys": [
    "<string>"
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json

Successful Response

Settings for audit logging.

audit_webhook_url
string | null
required
audit_webhook_custom_headers
Audit Webhook Custom Headers · object | null
audit_webhook_custom_payload
Audit Webhook Custom Payload · object | null
audit_webhook_payload_attribute
string | null
audit_webhook_verify_ssl
boolean
default:true
decryption_failed_keys
string[]

Encrypted setting keys that could not be decrypted with the current encryption key and must be reconfigured.