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
  • Output
  • UK Establishment Company Item
  • Links
  • Item Links
  • Example

Was this helpful?

  1. Integrations
  2. Companies House
  3. Public Data Api

UK Establishments

Output

Attribute
Type
Description
Additional

etag

string

The ETag of the resource.

array

List of UK Establishment companies.

kind

string

UK Establishment companies.

Possible values are:

  • ukestablishment-companies

object

UK Establishment Resources related to this company.

UK Establishment Company Item

Attribute
Type
Description
Additional

companyName

string

The name of the company.

companyNumber

string

The number of the company.

companyStatus

string

Company status.

object

Resources related to this company.

locality

string

The locality, e.g., London.

Optional

Links

Attribute
Type
Description

self

string

Link to this company.

Item Links

Attribute
Type
Description
Additional

company

string

The link to the company.

Optional

Example

{
    "etag": "abc123",
    "items": [
        {
            "companyName": "Example Corp",
            "companyNumber": "123456789",
            "companyStatus": "Active",
            "links": {
                "company": "https://example.com/company/123456789"
            },
            "locality": "Cityville"
        },
        {
            "companyName": "Sample Ltd",
            "companyNumber": "987654321",
            "companyStatus": "Dissolved",
            "links": {
                "company": "https://example.com/company/987654321"
            },
            "locality": "Townsville"
        }
    ],
    "kind": "response",
    "links": {
        "self": "https://example.com/companies"
    }
}
PreviousPersons with significant ControlNextFiling History

Last updated 1 year ago

Was this helpful?

items
links
links