Reports
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accountIdstring · uuidRequired
The account ID
Query parameters
reportTypestring · enumRequiredPossible values:
The type of report
yearinteger · min: 2020 · max: 2099Required
The year of the report
monthinteger · min: 1 · max: 12Required
The month of the report (1-12)
Responses
200
Successful response with signed report URL
application/json
accountIdstring · uuidRequired
The account ID
monthinteger · min: 1 · max: 12Required
The month of the report
yearinteger · min: 2020 · max: 2099Required
The year of the report
reportTypestring · enumRequiredPossible values:
The type of statement report
reportUrlstring · uriRequiredExample:
Signed S3 URL for the report (valid for 5 minutes)
reports/monthly-statement/2025/01/statement.pdf400
Validation Error
401
Unauthorized
403
Insufficient Privileges
404
Not Found
application/json
4XX
Client error
5XX
Server error
get
/v1/accounts/{accountId}/reportsLast updated