get
https://broker-api.sandbox.alpaca.markets/v1/accounts//documents//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.
301Redirect to the pre-signed download link for the document PDF file.
404The document is not found.
