Download a specific report

Download a specific report, including tax reports, or account statements. Note: The download link returned by this endpoint is only effective for a limited time. The response includes an expiry timestamp, and the report must be downloaded before this timestamp expires. After the expiry, a new request may be required to generate a fresh download link.

SecuritybearerAuth
Request
path Parameters
reportId
required
string <uuid>

Unique identifier of the report to be downloaded

Example: 7e45651c-fba7-459f-a55b-9bccef67e570
header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
200

Details of the specific report including a download link

400

Bad request

401

Error

404

Report Not Found

422

Error

429

Too Many Requests

500

Internal server error

get/v1/reports/user-reports/{reportId}
Request samples
Response samples
application/json
{
  • "data": {
    }
}