Reports
API Reference
>
Reports
openapi: 3.0.1
info:
title: Victor REST API
version: 2.0.0
servers:
- url: https://api.stage.victorfi.com
description: Victor Staging Environment
- url: https://api.victorfi.com
description: Victor Production Environment
tags:
- name: Reports
description: Reports Controller
paths:
/v2/reports/reconciliation:
get:
tags:
- Reports
summary: Get Daily Reconciliation Report
description: Fetches a CSV document of a reconciliation report for a specified day
operationId: getReconciliationReport
parameters:
- in: query
name: date
required: true
schema:
type: string
format: date
example: 2022-10-25
description: The date (in ISO 8601 format) for which to fetch the report. Must be before the current date.
pattern: ^\d{4}-\d{2}-\d{2}
maxLength: 10
responses:
'200':
content:
text/csv: {}
description: A CSV file for the report
'400':
description: Bad Request - invalid date
Did this page help you?
Why was this page helpful?
Why wasn't this page helpful?
Thank you for your feedback!
Last updated Tue Mar 3 2026