Investor Documents
How to get documents from an investor
Get Investor Document Information
Investor Documents List
GET
https://sec-id-api.securitize.io/v1/{clientId}/investor/documents
Path Parameters
Name
Type
Description
clientId
string
Your application Client Id provided by Securitize
Headers
Name
Type
Description
access-token
string
Investor accessToken
authorization
string
Your application secret provided by Securitize
Preview or Download document
Get Document URL based on documentId
GET
https://sec-id-api.securitize.io/v1/{clientId}/investor/documents/{documentId}/view
Get temporary link to view or download document
Path Parameters
Name
Type
Description
clientId
string
Your application Client Id provided by Securitize
documentId
string
Id of the selected document to view
Headers
Name
Type
Description
access-token
string
Investor accessToken
authorization
string
Your application secret provided by Securitize
Last updated