Skip to main content

Platform Settings

Administrators can configure platform-wide settings that affect all users via the dashboard or GET/PUT /api/v1/admin/settings.

tip

For the full request/response schema, see the interactive Swagger or ReDoc API documentation.

Available Settings

KeyTypeDescription
registration_enabledbooleanAllow new user registration
email_retention_daysintegerDays to retain email logs
webhook_retention_daysintegerDays to retain webhook delivery history
audit_log_retention_daysintegerDays to retain audit log entries
bounce_handlingstringBounce handling configuration
email_content_visiblebooleanShow email content in logs/details

Settings are stored as key-value pairs and can be updated in bulk.