From 028b6124dc258e82748cab5e75f1b2437ad5d3b1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:45:46 +0000 Subject: [PATCH 1/4] Update guides/dashboard/admin/audit-log.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- guides/dashboard/admin/audit-log.mdx | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 guides/dashboard/admin/audit-log.mdx diff --git a/guides/dashboard/admin/audit-log.mdx b/guides/dashboard/admin/audit-log.mdx new file mode 100644 index 0000000..eb83f1e --- /dev/null +++ b/guides/dashboard/admin/audit-log.mdx @@ -0,0 +1,48 @@ +--- +title: 'Audit Log' +description: Track and review user activity and system events within your Entity. +--- + +Go to [Admin > Audit Log](https://dashboard.paxos.com/admin/audit-log) to view a comprehensive record of actions performed within your Entity. + +The Audit Log provides visibility into user activity and system events, helping you maintain security oversight and meet compliance requirements. + +## Viewing the audit log + +The Audit Log displays a chronological list of events including: + +- User sign-ins and authentication events +- Role and permission changes +- Team member invitations and removals +- API credential creation and deletion +- Configuration changes +- Transaction approvals and rejections + +Each log entry includes: + +| Field | Description | +|-------|-------------| +| Timestamp | Date and time the action occurred (UTC). | +| User | The user who performed the action. | +| Action | Description of the activity. | +| Details | Additional context about the event. | + +## Filtering and search + +Use the filters at the top of the Audit Log to narrow results by: + +- **Date range**: Select a start and end date to view events within a specific period. +- **User**: Filter by a specific team member. +- **Action type**: Filter by category of action (authentication, configuration, transactions). + +## Exporting audit logs + +To export audit log data: + +1. Apply any desired filters. +2. Click **Export**. +3. Download the CSV file containing the filtered results. + + +Regular audit log reviews help identify unusual activity and ensure compliance with your organization's security policies. + From 046dfd93466ad82d05c7ef73aabb2fd7d938458b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:45:57 +0000 Subject: [PATCH 2/4] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index efa888c..13ab500 100644 --- a/docs.json +++ b/docs.json @@ -327,7 +327,8 @@ }, "guides/dashboard/travel-rule", "guides/dashboard/admin/approvals", - "guides/dashboard/admin/reports" + "guides/dashboard/admin/reports", + "guides/dashboard/admin/audit-log" ] }, { From 14b35587bb05ec765fa7a4932de9d32c361c6a2c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:55:50 +0000 Subject: [PATCH 3/4] Update guides/dashboard/admin/audit-log.mdx --- guides/dashboard/admin/audit-log.mdx | 68 ++++++++++++++++++++++------ 1 file changed, 54 insertions(+), 14 deletions(-) diff --git a/guides/dashboard/admin/audit-log.mdx b/guides/dashboard/admin/audit-log.mdx index eb83f1e..8af00f9 100644 --- a/guides/dashboard/admin/audit-log.mdx +++ b/guides/dashboard/admin/audit-log.mdx @@ -1,16 +1,25 @@ --- -title: 'Audit Log' -description: Track and review user activity and system events within your Entity. +title: 'User Audit Logs' +description: Track and review every user action within your Entity with full request/response visibility. --- -Go to [Admin > Audit Log](https://dashboard.paxos.com/admin/audit-log) to view a comprehensive record of actions performed within your Entity. +Go to [Admin > User Audit Logs](https://dashboard.paxos.com/admin/audit-log) to view a comprehensive record of all user actions performed within your Entity. -The Audit Log provides visibility into user activity and system events, helping you maintain security oversight and meet compliance requirements. +User Audit Logs provide full visibility into user activity, helping you maintain security oversight, debug issues, and meet compliance requirements. -## Viewing the audit log +## Key features -The Audit Log displays a chronological list of events including: +- **Full activity history** — Every user action (creates, updates, deletes) is recorded with who did it, when, and from what IP address. +- **Request/response visibility** — View the exact payload sent and the response returned for any action, useful for debugging or compliance review. +- **Sensitive data redaction** — Passwords, tokens, keys, and PII are automatically stripped before storage so they're never exposed in logs. +{/* Screenshot: User Audit Logs overview page showing the main log table */} + +## Viewing audit logs + +The User Audit Logs display a chronological list of all user actions including: + +- API requests (creates, updates, deletes) - User sign-ins and authentication events - Role and permission changes - Team member invitations and removals @@ -24,25 +33,56 @@ Each log entry includes: |-------|-------------| | Timestamp | Date and time the action occurred (UTC). | | User | The user who performed the action. | -| Action | Description of the activity. | -| Details | Additional context about the event. | +| IP Address | The IP address from which the action originated. | +| HTTP Method | The request method (GET, POST, PUT, PATCH, DELETE). | +| API Path | The endpoint that was called. | +| Status Code | The HTTP response status code. | +| Domain | The category of the action (e.g., Transfers, Webhooks). | + +{/* Screenshot: Expanded log entry showing request and response details */} + +## Filtering audit logs + +Use the filters at the top of the page to narrow results. You can combine multiple filters to find specific activity. + +### Available filters -## Filtering and search +| Filter | Description | +|--------|-------------| +| **User** | Filter by one or more specific users. | +| **HTTP Method** | Filter by request method: GET, POST, PUT, PATCH, or DELETE. | +| **API Path** | Substring search on the endpoint path (e.g., "webhooks"). | +| **Domain** | Filter by category (e.g., Transfers, Webhooks, Profiles). | +| **Status Code** | Filter by response status range: 2xx successes, 4xx client errors, 5xx server errors. | +| **Time Range** | Filter by before, after, or between specific dates. | -Use the filters at the top of the Audit Log to narrow results by: +{/* Screenshot: Filter panel with multiple filters applied */} -- **Date range**: Select a start and end date to view events within a specific period. -- **User**: Filter by a specific team member. -- **Action type**: Filter by category of action (authentication, configuration, transactions). +## Viewing request and response details + +Click on any log entry to expand it and view: + +- **Request payload** — The exact data sent in the API request. +- **Response payload** — The full response returned by the system. + +This is useful for debugging failed requests or reviewing exactly what data was submitted for compliance purposes. + + +Sensitive data such as passwords, API keys, tokens, and personally identifiable information (PII) is automatically redacted from stored logs. + + +{/* Screenshot: Expanded entry showing redacted sensitive fields in request/response */} ## Exporting audit logs To export audit log data: -1. Apply any desired filters. +1. Apply any desired filters to narrow the results. 2. Click **Export**. 3. Download the CSV file containing the filtered results. +{/* Screenshot: Export button and download dialog */} + Regular audit log reviews help identify unusual activity and ensure compliance with your organization's security policies. From bb441734242599e6786f062c776d1c824bfc1a72 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:58:23 +0000 Subject: [PATCH 4/4] Update guides/dashboard/admin/audit-log.mdx --- guides/dashboard/admin/audit-log.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/guides/dashboard/admin/audit-log.mdx b/guides/dashboard/admin/audit-log.mdx index 8af00f9..df27374 100644 --- a/guides/dashboard/admin/audit-log.mdx +++ b/guides/dashboard/admin/audit-log.mdx @@ -73,16 +73,6 @@ Sensitive data such as passwords, API keys, tokens, and personally identifiable {/* Screenshot: Expanded entry showing redacted sensitive fields in request/response */} -## Exporting audit logs - -To export audit log data: - -1. Apply any desired filters to narrow the results. -2. Click **Export**. -3. Download the CSV file containing the filtered results. - -{/* Screenshot: Export button and download dialog */} - Regular audit log reviews help identify unusual activity and ensure compliance with your organization's security policies.