Skip to main content

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.

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.
Required PermissionsYou need a role with the permission to perform this action.
Audit Logs

View Audit Logs

The audit log table shows each request at a glance:
ColumnDescription
TimeDate and time of the request
UserName and email of the user
MethodHTTP method (GET, POST, PUT, DELETE, PATCH)
DomainThe service that handled the request
EndpointThe API path that was called
StatusHTTP status code — green for success, yellow for client errors, red for server errors
Click View on any row to open a detail panel showing the IP address, user agent, and full request and response payloads.
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.