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

List documents

List documents available to download for given company

Input

User needs to provide company number

Attribute
Type
Description

companyNumber

String

Company number

Output

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

description

String

A description of the document or entry.

date

String

The date of the document or entry.

id

String

A URL or identifier for the document or entry.

{
  "cbe": [
    {
      "type": "CONSTITUTION",
      "description": "RUBRIEK OPRICHTING (NIEUWE RECHTSPERSOON, OPENING BIJKANTOOR, ENZ...)",
      "date": "2016-01-21",
      "id": "https://www.ejustice.just.fgov.be/tsv_pdf/2016/01/21/16301685.pdf"
    },
    {
      "type": "DENOMINATION",
      "description": "BENAMING - MAATSCHAPPELIJKE ZETEL - DOEL",
      "date": "2017-07-13",
      "id": "https://www.ejustice.just.fgov.be/tsv_pdf/2017/07/13/17101092.pdf"
    },
    {
      "type": "REGISTERED_OFFICE",
      "description": "BENAMING - MAATSCHAPPELIJKE ZETEL - DOEL",
      "date": "2017-07-13",
      "id": "https://www.ejustice.just.fgov.be/tsv_pdf/2017/07/13/17101092.pdf"
    },
    {
      "type": "OBJECT",
      "description": "BENAMING - MAATSCHAPPELIJKE ZETEL - DOEL",
      "date": "2017-07-13",
      "id": "https://www.ejustice.just.fgov.be/tsv_pdf/2017/07/13/17101092.pdf"
    },
    {
      "type": "NBB_ANNUAL_ACCOUNTS",
      "description": "Micro model kapitaalloze vennootschap",
      "date": "2023-08-02",
      "id": "c502a4cf-2f83-11ee-b31e-556b203f91b6"
    }
  ]
}

PreviousGet companyNextGet document

Last updated 11 months ago

Was this helpful?