API Logs

Learn about reviewing API Logs on the Finix Dashboard.


When you send an API Request, Finix logs the request and displays it in the Finix Dashboard, should your team need to review it (e.g., to debug your integration, confirm whether requests are going through, etc.). The API Logs in the Finix Dashboard captures this historical data for your team to review as needed.


Viewing API Logs

To view API Logs in the Finix Dashboard, navigate to Developer > API Logs.

Select an individual API Logs record to view the request and response details. Available details include:

  • ID of the User who created the request
  • Timestamp of when the request was sent
  • Request and response headers
  • Body of the request and response

API Logs Overview

API Logs Entry


Filtering API Logs

Finix supports filtering API Logs by these fields.

FieldDefinitionExample(s)
Entity IDFinix ID of the resource the API request was performed on (e.g., Identity fetched)IDfgaAfZqQL4BWq4YyYj32mo, TR8dfiTB9PGfQBGNABnzsfFL
HTTP MethodHTTP Method used for the requestPOST, PUT, GET, DELETE
HTTP StatusHTTP Status Code of the response200, 201, 401, 500
Request IDX-Request-ID response header85894eaece9fe1b8abbc3193674dc11
Requesting UserFinix User ID from requesting userUS8JtpvGARqs1ikkoWPnTYfx
Time rangeDates to return API Logs fromDecember 01 to 05 2025

API Logs Filters

API Logs Filters Used


Sensitive Data

Sensitive fields in requests or responses are masked. This includes Authorization headers, tax IDs, and sensitive payment data. Header and request/response body field masking is done before the log data is stored for security purposes, so is not available for recovery.


Log Availability

For requests to display in the API Logs table, note that:

  • Requests must be submitted to Finix's API directly. Activity from within the Finix Dashboard will not create API Logs records.
  • Requests must be within the past 31 days. Requests past 31 days are no longer available to view.
  • In the Live Environment dashboard, Finix does not display successful GET request response bodes, which may appear as null or empty maps.
  • Finix does not store any request or response data related to direct file uploads or downloads, including disputes.

Finix does not maintain a guarantee on when logs appear in the API Logs page. However, under normal circumstances, we expect near-realtime availability (single-digit second latency).