Go to Admin > Audit Logs to view a record of every API request made by users in your organization — useful for security reviews, internal investigations, and demonstrating compliance to auditors.Documentation Index
Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
Use this file to discover all available pages before exploring further.

View Audit Logs
The audit log table shows each request at a glance:| Column | Description |
|---|---|
| Time | Date and time of the request |
| User | Name and email of the user |
| Method | HTTP method (GET, POST, PUT, DELETE, PATCH) |
| Domain | The service that handled the request |
| Endpoint | The API path that was called |
| Status | HTTP status code — green for success, yellow for client errors, red for server errors |
Response payloads are only captured for requests that make changes (POST, PUT, DELETE, PATCH). Read-only requests (GET) do not include a response payload.
Filter Results
Use the filter bar to narrow results:- Date Range: Last 24 hours (default), last 7 days, or a custom range
- User: Focus on a specific user or set of users
- Method: Filter by HTTP method (e.g. only show POST or DELETE requests)
- Domain: Filter by service (e.g. “Auth”)
- Endpoints: Filter by path (e.g. “/v2/transfers”)
- Status Codes: Use preset ranges (2xx, 3xx, 4xx, 5xx) or enter a specific code
Active filters are saved in the URL — bookmark or share a filtered view for quick access during investigations.