Audit Logs
Track all activity in your Ozura Vault projects for compliance and monitoring.Overview
Audit logs record:- Token creation and deletion
- Detokenization requests
- Proxy transactions
- Authentication events
- Settings changes
- Project management actions
Endpoint
Authentication
Requires JWT token.Quick Start
Response
Log Entry Fields
| Field | Description |
|---|---|
id | Unique log entry ID |
event_type | Type of event (see Event Types) |
action | Specific action taken |
resource_type | Type of resource affected |
resource_id | ID of affected resource |
user_id | User who performed action (if applicable) |
app_id | Application used (if applicable) |
timestamp | When the event occurred |
ip_address | Source IP address |
details | Additional event-specific data |
Sections
- Querying Logs - Filtering and searching
- Event Types - All event types reference
Use Cases
Compliance Audits
Demonstrate PCI compliance with complete activity history.Security Monitoring
Detect unusual patterns:- Multiple failed login attempts
- High detokenization volume
- Access from unexpected IPs
Debugging
Trace issues through the system:- Failed transactions
- Token not found errors
- Permission issues
Retention
Audit logs are retained for 2 years by default.Next Steps
- Querying Logs - Filter and search logs
- Event Types - Reference for all events