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. InfoCamere
  3. Company profile

Get documents

Getting specified set of documents for given company

Input

User needs to provide trade board, nrea and specified set of documents

Attribute
Type
Description

nRea

String

Registro delle Imprese (REA) number.

tradeBoards

String

Code of Italian Chambers of Commerce

documentTypes

Array

Specified set of documents to download (max: 20)

Possible values:

  • Activities, registers, roles, and licenses

  • Company report in English

  • Administrators

  • Holders of other positions or qualifications

  • Capital and financial instruments

  • Companies or controlling entities

  • Historical list of companies or controlling entities

  • Constituent information

  • Asset information block

  • Participations in other companies

  • History of participations in other companies

  • Information from social agreements

  • Dissolution, bankruptcy procedures, cancellation

  • Shareholders and holders of other positions or qualifications

  • Practices in instruction

  • Protocol check for monitoring

  • History of share transfers

  • Directors, members of control bodies

  • Shareholders and holders of rights on shares or stocks

  • Company sheet requested with date of deed

  • Information from statute

  • History of modifications

  • Headquarters and local units

  • Business transfers, mergers, splits, takeovers

  • Ordinary search

  • Historical search

  • Current file

  • Historical file

  • Historical information about shareholders and holders of rights on shares or stocks

Output

Documents

Attribute
Type
Description

activities

object

Details about the activities document.

administrators

object

Details about the administrators document.

otherPositions

object

Details about the other positions document.

capitalInstruments

object

Details about the capital instruments document.

controllingEntities

object

Details about the controlling entities document.

historicalControllingEntities

object

Details about the historical controlling entities document.

constituentInformation

object

Details about the constituent information document.

assetInformation

object

Details about the asset information document.

participations

object

Details about the participations document.

historicalParticipations

object

Details about the historical participations document.

socialAgreements

object

Details about the social agreements document.

dissolutionProcedures

object

Details about the dissolution procedures document.

shareholders

object

Details about the shareholders document.

instructionPractices

object

Details about the instruction practices document.

protocolCheck

object

Details about the protocol check document.

shareTransfers

object

Details about the share transfers document.

directorsControlBodies

object

Details about the directors control bodies document.

shareholdersRights

object

Details about the shareholders rights document.

companySheet

object

Details about the company sheet document.

statuteInformation

object

Details about the statute information document.

modificationHistory

object

Details about the modification history document.

businessTransfers

object

Details about the business transfers document.

ordinarySearch

object

Details about the ordinary search document.

historicalSearch

object

Details about the historical search document.

currentFile

object

Details about the current file document.

historicalFile

object

Details about the historical file document.

historicalShareholdersRights

object

Details about the historical shareholders rights document.

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.

{
    "infocamere": {
      "documents": {
        "activities": {
          "resourceId": "d1a2c944-5d94-4ebf-967f-315b75f06b6e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d1a2c944-5d94-4ebf-967f-315b75f06b6e/PDF-Activities.pdf",
          "resourceName": "PDF-Activities.pdf"
        },
        "englishReport": {
          "resourceId": "e2ccaa34-5741-47bb-8c9b-ac25247a820e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e2ccaa34-5741-47bb-8c9b-ac25247a820e/PDF-english-report.pdf",
          "resourceName": "PDF-english-report.pdf"
        },
        "administrators": {
          "resourceId": "78a5f286-23b0-4f3a-86a5-4f7d9e8b62a2",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/78a5f286-23b0-4f3a-86a5-4f7d9e8b62a2/PDF-Administrators.pdf",
          "resourceName": "PDF-Administrators.pdf"
        },
        "otherPositions": {
          "resourceId": "d6b390a2-41a4-48d1-ae0d-1a1c1f3b975d",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d6b390a2-41a4-48d1-ae0d-1a1c1f3b975d/PDF-OtherPositions.pdf",
          "resourceName": "PDF-OtherPositions.pdf"
        },
        "capitalInstruments": {
          "resourceId": "d27f189c-0e89-4b9e-9e67-d343b6a3d11e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d27f189c-0e89-4b9e-9e67-d343b6a3d11e/PDF-CapitalInstruments.pdf",
          "resourceName": "PDF-CapitalInstruments.pdf"
        },
        "controllingEntities": {
          "resourceId": "8f487d39-2a8d-4869-bc88-b0518bc3662d",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/8f487d39-2a8d-4869-bc88-b0518bc3662d/PDF-ControllingEntities.pdf",
          "resourceName": "PDF-ControllingEntities.pdf"
        },
        "historicalControllingEntities": {
          "resourceId": "3287aaf5-f9ad-4f14-95ae-36d51d8731cf",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/3287aaf5-f9ad-4f14-95ae-36d51d8731cf/PDF-HistoricalControllingEntities.pdf",
          "resourceName": "PDF-HistoricalControllingEntities.pdf"
        },
        "constituentInformation": {
          "resourceId": "d1b3a9fb-16b6-4b56-8c9b-9c063b4439b4",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d1b3a9fb-16b6-4b56-8c9b-9c063b4439b4/PDF-ConstituentInformation.pdf",
          "resourceName": "PDF-ConstituentInformation.pdf"
        },
        "assetInformation": {
          "resourceId": "4b149b47-1b5d-4b6b-8492-2b2315a5b632",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/4b149b47-1b5d-4b6b-8492-2b2315a5b632/PDF-AssetInformation.pdf",
          "resourceName": "PDF-AssetInformation.pdf"
        },
        "participations": {
          "resourceId": "1c3a4cb0-af25-47a9-8956-27f54a31dc36",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/1c3a4cb0-af25-47a9-8956-27f54a31dc36/PDF-Participations.pdf",
          "resourceName": "PDF-Participations.pdf"
        },
        "historicalParticipations": {
          "resourceId": "6521557e-0358-4893-8d6c-254fc6744d35",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/6521557e-0358-4893-8d6c-254fc6744d35/PDF-HistoricalParticipations.pdf",
          "resourceName": "PDF-HistoricalParticipations.pdf"
        },
        "socialAgreements": {
          "resourceId": "9c905ad5-5a0e-4994-bf37-54548b46e9c5",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/9c905ad5-5a0e-4994-bf37-54548b46e9c5/PDF-SocialAgreements.pdf",
          "resourceName": "PDF-SocialAgreements.pdf"
        },
        "dissolutionProcedures": {
          "resourceId": "e5697a45-1be6-4f38-92af-d5d3b9012184",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e5697a45-1be6-4f38-92af-d5d3b9012184/PDF-DissolutionProcedures.pdf",
          "resourceName": "PDF-DissolutionProcedures.pdf"
        },
        "shareholders": {
          "resourceId": "1f54b22b-4dd4-40f8-bb34-fc21a6e8ff96",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/1f54b22b-4dd4-40f8-bb34-fc21a6e8ff96/PDF-Shareholders.pdf",
          "resourceName": "PDF-Shareholders.pdf"
        },
        "instructionPractices": {
          "resourceId": "b24b0a5a-c2b4-4929-b7b2-46fe44c88ac9",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b24b0a5a-c2b4-4929-b7b2-46fe44c88ac9/PDF-InstructionPractices.pdf",
          "resourceName": "PDF-InstructionPractices.pdf"
        },
        "protocolCheck": {
          "resourceId": "f5ad2292-4943-4d7e-92e8-b9d8304bbf33",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/f5ad2292-4943-4d7e-92e8-b9d8304bbf33/PDF-ProtocolCheck.pdf",
          "resourceName": "PDF-ProtocolCheck.pdf"
        },
        "shareTransfers": {
          "resourceId": "db32012d-9fd8-4b7a-8b6c-df7b426d1f4f",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/db32012d-9fd8-4b7a-8b6c-df7b426d1f4f/PDF-ShareTransfers.pdf",
          "resourceName": "PDF-ShareTransfers.pdf"
        },
        "directorsControlBodies": {
          "resourceId": "70c4ac26-d7d3-4a2a-a089-7885d6edee63",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/70c4ac26-d7d3-4a2a-a089-7885d6edee63/PDF-DirectorsControlBodies.pdf",
          "resourceName": "PDF-DirectorsControlBodies.pdf"
        },
        "shareholdersRights": {
          "resourceId": "43f1d2a5-66fc-4d69-a49f-2e725c33d56b",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/43f1d2a5-66fc-4d69-a49f-2e725c33d56b/PDF-ShareholdersRights.pdf",
          "resourceName": "PDF-ShareholdersRights.pdf"
        },
        "companySheet": {
          "resourceId": "1e875271-0865-4590-997b-2a0e7dbff5d5",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/1e875271-0865-4590-997b-2a0e7dbff5d5/PDF-CompanySheet.pdf",
          "resourceName": "PDF-CompanySheet.pdf"
        },
        "statuteInformation": {
          "resourceId": "342bb64b-6cf8-4be3-88c7-c8f5017cc80a",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/342bb64b-6cf8-4be3-88c7-c8f5017cc80a/PDF-StatuteInformation.pdf",
          "resourceName": "PDF-StatuteInformation.pdf"
        },
        "modificationHistory": {
          "resourceId": "95810d0a-71dc-4c72-9db2-42620e5a9c3e",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/95810d0a-71dc-4c72-9db2-42620e5a9c3e/PDF-ModificationHistory.pdf",
          "resourceName": "PDF-ModificationHistory.pdf"
        },
        "businessTransfers": {
          "resourceId": "0a8cf89c-6f5c-4c14-a203-18998b11f1da",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/0a8cf89c-6f5c-4c14-a203-18998b11f1da/PDF-BusinessTransfers.pdf",
          "resourceName": "PDF-BusinessTransfers.pdf"
        },
        "ordinarySearch": {
          "resourceId": "b1f4f6fc-15cd-4fa4-bce3-4e383d26c242",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b1f4f6fc-15cd-4fa4-bce3-4e383d26c242/PDF-OrdinarySearch.pdf",
          "resourceName": "PDF-OrdinarySearch.pdf"
        },
        "historicalSearch": {
          "resourceId": "6a6a3d54-4d1f-497b-8fe4-2cbf85b1927b",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/6a6a3d54-4d1f-497b-8fe4-2cbf85b1927b/PDF-HistoricalSearch.pdf",
          "resourceName": "PDF-HistoricalSearch.pdf"
        },
        "currentFile": {
          "resourceId": "3f67b593-9d3e-46cd-9c4b-2fb50a3a3a09",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/3f67b593-9d3e-46cd-9c4b-2fb50a3a3a09/PDF-CurrentFile.pdf",
          "resourceName": "PDF-CurrentFile.pdf"
        },
        "historicalFile": {
          "resourceId": "eae8af6d-00a7-4d3b-8a02-2b245bf202b9",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/eae8af6d-00a7-4d3b-8a02-2b245bf202b9/PDF-HistoricalFile.pdf",
          "resourceName": "PDF-HistoricalFile.pdf"
        },
        "historicalShareholdersRights": {
          "resourceId": "d4b7e0c8-33c2-40c3-bac3-3b622e49c384",
          "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/d4b7e0c8-33c2-40c3-bac3-3b622e49c384/PDF-HistoricalShareholdersRights.pdf",
          "resourceName": "PDF-HistoricalShareholdersRights.pdf"
        }
      }
    }
  }
PreviousGet personNextCBE - Belgium Company Register

Last updated 12 months ago

Was this helpful?