Documents

Overview

The Documents API endpoint allows users to manage their financial records and tax documents efficiently. Users can create, retrieve, and manage portfolio statements, transaction summaries, and tax-related documents through this API.

Document Data model

Field NameData TypeDescription
idstring, uuidUnique ID of a document
typestring, enumDocument type
[PORTFOLIO_STATEMENT, TRANSACTION_SUMMARY]
statusstring, enumDocument creation status
[FINISHED, PROCESSING, ERROR]
start_datestring, ISO 8601Document start date timestamp
end_datestring, ISO 8601Document end date timestamp
created_datestring, ISO 8601Document creation timestamp
urlstringDocument download URL