Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • Input
  • Output

Was this helpful?

  1. Integrations
  2. CBE - Belgium Company Register
  3. Company profile

Get document

Getting given document for company

Input

User needs to provide document type and it's id

Attribute
Type
Description

type

String

The type of the document or entry, which can be one of the following:

  • CONSTITUTION

  • TERMINATION

  • DENOMINATION

  • REGISTERED_OFFICE

  • OTHER_ADDRESS

  • OBJECT

  • CAPITAL_ACTIONS

  • RESIGNATIONS_NOMINATIONS

  • GENERAL_ASSEMBLY

  • FISCAL_YEAR

  • STATUTES

  • LEGAL_FORM_MODIFICATION

  • RESTRUCTURING

  • ANNUAL_ACCOUNTS

  • MISC

  • BCE_CANCELLATION

  • NBB_ANNUAL_ACCOUNTS

id

String

A URL or identifier for the document or entry.

Output

Documents

Possible document names:

  • constitution

  • termination

  • denomination

  • registeredOffice

  • otherAddress

  • object

  • capitalActions

  • resignationsNominations

  • generalAssembly

  • fiscalYear

  • statutes

  • legalFormModification

  • restructuring

  • annualAccounts

  • misc

  • bceCancellation

  • nbbAnnualAccounts

Document

Attribute
Type
Description

resourceId

String

Unique identifier for the resource.

resourcePath

String

Path to the resource file.

resourceName

String

Name of the resource file.

{
  "cbe": {
    "documents": {
      "denomination": {
        "resourceId": "6c7c1703-e85f-446c-bc74-55b478cd235b",
        "resourcePath": "results/6c076010-be31-402e-a787-74811b755838/6c7c1703-e85f-446c-bc74-55b478cd235b/17101092.pdf",
        "resourceName": "17101092.pdf"
      }
    }
  }
}
PreviousList documentsNextTransparenzregister

Last updated 10 months ago

Was this helpful?