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. Transparenzregister
  3. Beneficial owners

Get documents

Get specific documents for given company

Input

User needs to provide documentOrderId and documentIds to download specific set of documents

Attribute
Type
Description

documentOrderId

String

Document order id

documentIds

Array of Strings

Document ids to download

password

String

API access password

email

String

API access email

apiKey

String

API key

Output

Documents

Field
Type
Description

uboPdf

Object

Information about beneficial owners in PDF format

uboSvg

Object

Information about beneficial owners in SVG format

uboJson

Object

Information about beneficial owners in JSON format

Document

Field
Type
Description

resourceId

String

The ID of the resource.

resourcePath

String

The path of the resource.

resourceName

String

The name of the resource.


{
    "transparenzregister": {
        "uboPdf": {
            "resourceId": "e64291e8-e6e1-4877-a02e-648893d179e9",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e64291e8-e6e1-4877-a02e-648893d179e9/RP-Kaiserslautern_HRB_3284+AD-20240409160227.pdf",
            "resourceName": "RP-Kaiserslautern_HRB_3284+AD-20240409160227.pdf"
        },
        "uboSvg": {
            "resourceId": "b247954b-2805-44f5-a7c3-8309cec1641e",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b247954b-2805-44f5-a7c3-8309cec1641e/RP-Kaiserslautern_HRB_3284+CD-20240409160228.svg",
            "resourceName": "RP-Kaiserslautern_HRB_3284+CD-20240409160228.svg"
        },
        "uboJson": {
            "resourceId": "03861c7e-12b9-45a8-bcd6-b0967ca18480",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/03861c7e-12b9-45a8-bcd6-b0967ca18480/RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.json",
            "resourceName": "RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.json"
        }
    }
}
PreviousList documentsNextCVR (Danish Central Business Register)

Last updated 9 months ago

Was this helpful?