Skip to main content
Weavr API
Corporates

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
SandboxProductionMock server

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
CorporateKybDocumentListCorporateKybDocumentList · object · 1 field
Response example
{  "documents": [    {      "reference": "string",      "documentType": "REGISTRATION_CERTIFICATE",      "description": "string",      "filename": "string"    }  ]}