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 person

Get details about given person

Input

User needs to provide company number

Attribute
Type
Description

companyNumber

String

Search phrase (at least 3 characters)

tradeBoards

String

Comma separated values which symbols of Italian Chambers of Commerce that narrow searching scope eg. MI,BR,PC (optional)

Output

Attribute
Type
Description

personId

Number

Sequence number

personData

Object

Contains detailed information about the person.

PersonData

Contains detailed information about a specific person.

Attribute
Type
Description

surname

String

The surname of the person.

name

String

The name of the person.

provinceOfBirth

String

The province code of birth.

descriptionOfBirthProvince

String

Description of the province of birth.

dateOfBirth

String

The date of birth of the person.

taxCode

String

The tax code of the person.

alternateCode

String

Alternate code of the person.

{
    "infocamere": {
      "personId": 1,
      "personData": {
        "surname": "BARONE",
        "name": "FRANCESCO",
        "provinceOfBirth": "BG",
        "descriptionOfBirthProvince": "BERGAMO",
        "dateOfBirth": "1990-04-12",
        "taxCode": "BRNFNC90D12L400P",
        "alternateCode": "BRNFNC90D12L400P"
      }
    }
  }

PreviousGet companyNextGet documents

Last updated 1 year ago

Was this helpful?