v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
accounts

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)
get/accounts/{accountId}/documents/{fileName}

Path parameters

accountIdstring required
Example:123e4567-e89b-12d3-a456-426614174000

The unique UUID of the account

fileNamestring required
Example:Passport

The document's name or logical identifier

Response

Returns the file content of the requested document