Download a Document File for an Account
GET {{baseUrl}}/v1/accounts/:account_id/documents/:document_id/download
This endpoint allows you to download a document identified by the document_id passed in the header. The returned document is in PDF format.
The operation returns a pre-signed downloadable link as a redirect with HTTP status code 301 if one is found.
You can retrieve a JSON version of a monthly statement by passing in the header accept: application/json header.