List the uploaded KYB documents for a corporate
GET
/corporates/{corporateId}/kyb/documents Lists the documents uploaded to pre-populate the KYB of the corporate identified by the corporateId path
parameter, so you can check what was recorded.
Metadata only: each entry carries the stored reference, documentType, description, and filename.
The binaries themselves can't be read back through this API.
See Upload a KYB supporting document for a corporate for how documents are stored.
Request
Available on
SandboxProduction
Path parameters
Responses
200OK
Success
Headers
Body
application/json
CorporateKybDocumentListCorporateKybDocumentList · object · 1 field
Response example
{ "documents": [ { "reference": "doc-7f3e2b1a", "documentType": "REGISTRATION_CERTIFICATE", "description": "Certificate of incorporation", "filename": "certificate-of-incorporation.pdf" } ]}