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
Filtering API Logs
Finix supports filtering API Logs by these fields.
Field | Definition | Example(s) |
---|---|---|
Entity ID | Finix ID of the resource the API request was performed on (e.g., Identity fetched) | IDfgaAfZqQL4BWq4YyYj32mo , TR8dfiTB9PGfQBGNABnzsfFL |
HTTP Method | HTTP Method used for the request | POST , PUT , GET , DELETE |
HTTP Status | HTTP Status Code of the response | 200 , 201 , 401 , 500 |
Request ID | X-Request-ID response header | 85894eaece9fe1b8abbc3193674dc11 |
Requesting User | Finix User ID from requesting user | US8JtpvGARqs1ikkoWPnTYfx |
Time range | Dates to return API Logs from | December 01 to 05 2025 |
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).