Get Account Document by ID and Type

Fetches a previously uploaded document for a given account.

The account is identified by its UUID (accountId), and the document by its name or logical identifier (documentName).

Conditions

  • The account must be fully onboarded and accepted.
  • Document retrieval will fail if onboarding is incomplete or the account has not been approved.

List of available documents

  • ApplicationForm (APPLICATION_FORM)
  • ArticlesOfAssociation (ARTICLES_OF_ASSOCIATION)
  • BoardMembersInformation (BOARD_MEMBERS_INFORMATION)
  • Brochure (BROCHURE)
  • CompanyRegistry (COMPANY_REGISTRY)
  • DrivingLicense (DRIVING_LICENSE)
  • EvidenceFile (EVIDENCE_FILE)
  • FamilyDocument (FAMILY_DOCUMENT)
  • LegalCapacityDocument (LEGAL_CAPACITY_DOCUMENT)
  • LegalRepresentativeDocument (LEGAL_REPRESENTATIVE_DOCUMENT)
  • MotionCapture (MOTION_CAPTURE)
  • NationalIdentityCard (NATIONAL_IDENTITY_CARD)
  • OfficialNotice (OFFICIAL_NOTICE)
  • Other (OTHER)
  • Passport (PASSPORT)
  • ProofOfAddress (PROOF_OF_ADDRESS)
  • ProofOfBankInformation (PROOF_OF_BANK_INFORMATION)
  • PublicationExcerpt (PUBLICATION_EXCERPT)
  • ResidencePermit (RESIDENCE_PERMIT)
  • ShareholdingStructureDocumentation (SHAREHOLDING_STRUCTURE_DOCUMENTATION)
  • SignedDocument (SIGNED_DOCUMENT)
  • TaxNotice (TAX_NOTICE)
  • UboDocument (UBO_DOCUMENT)
Path Params
string
required

The unique UUID of the account

string
required

The document's name or logical identifier

Responses
200

Returns the file content of the requested document

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!