Transactions & ReportingReport Files

Download a Report File

POST
/v1/report-files/{id}/download

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Path Parameters

id*string

Response Body

*/*

curl -X POST "https://example.com/v1/report-files/string/download"
{  "createdAt": "string",  "expiresAt": "string",  "fileName": "string",  "format": "string",  "id": "string",  "link": "string",  "reportDate": "string",  "type": "string",  "updatedAt": "string"}