Beglaubigt.de API
Incorporation
GET

Get Incorporation

This endpoint retrieves the details of an incorporation

Authorization

To authenticate requests, include an Authorization header with a Bearer token:

Authorization: Bearer <token>

Example: Bearer sk-123e4567-e89b-12d3-a456-426614174000

Path Parameters

incorporation_idstringrequired

The unique identifier of the incorporation to retrieve.
Example123e4567-e89b-12d3-a456-426614174000

Response

resultstring

Indicates the outcome of the API request.
Possible valuessuccess or error

messagestring

Provides a human-readable message detailing the result of the API request.
ExempleIncorporation fetched successfully.

incorporation_idstring

The unique identifier for the incorporation in a UUID format.
Example123e4567-e89b-12d3-a456-426614174000

namestring

The legal name of the company.
Example: Acme Holdings GmbH

legal_formstring

The type of company incorporated.
Possible values: gmbh or ug

purposestring

The purpose or business objective of the company.
Example: Digital Notarization Services for Germany and Europe

agreement_typestring

The type of articles of association used for the incorporation.
Possible values: musterprotokoll or individual

capitalnumber

The total share capital of the company in EUR.
Example: 25000

shareholders_meeting_quorumnumber

The share of the capital that must be present for a shareholders' meeting to be quorate, in percent.
Example: 75

shareholders_resolution_majoritynumber

The majority required to pass an ordinary shareholders' resolution, in percent.
Example: 75

significant_transactions_majoritynumber

The majority required to approve significant transactions, in percent.
Example: 100

representation_typestring

How the company is represented by its directors.
Possible values: joint, sole or section181

majority_typestring

The majority model used for shareholder decisions.
Possible values: simple, two_thirds or unanimous

notice_period_monthsnumber

The notice period for terminating the company agreement, in months.
Example: 3

additional_servicesarray

Add-on services the client expressed interest in. Empty when none were selected.
Possible values: authority-registrations, business-liability-insurance, trademark-registration, bookkeeping, tax-advisor-support or business-address
Example: ["authority-registrations", "bookkeeping"]

hrb_numberstring

The commercial register number (Handelsregisternummer) for incorporations.
Example: HRB 123456

court_districtstring

The local court (Amtsgericht) where the company is registered.
Example: Berlin (Charlottenburg)

is_registeredboolean

Indicates whether the company is already officially entered in the commercial register.
Example: true

addressobject

The address of the company.

business_addressobject

The business address of the company.

statusstring

The status of the incorporation. Possible values: initiated, submitted, contact-with-notary-initiated, appointment-confirmed, appointment-completed, waiting-for-deposit-confirmation, completed, blocked, archive, unprocessable

urlstring

The URL of the incorporation.
Examplehttps://app.beglaubigt.de/incorporate/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000

directorsarray

An array of directors managing the company.

documentsobject

A collection of documents related to the company.

shareholdersobject

An object containing arrays of individual and entity shareholders, including their details, addresses, and shareholding information.

notarizationobject

Details about the notarization process.

client_referencestring

A custom client reference string for tracking purposes.
Example: REF-2025-001

client_preferred_languagestring

The preferred language of the client, specified using ISO 639-1 language codes.
Possible values: en, de, es, fr or it

created_atstring

The timestamp at which the incorporation was created, formatted as an ISO 8601 string (UTC).
Example: 2025-06-15T08:00:00.000Z

Response
{
    "response": {
        "result": "success",
        "message": "Incorporation fetched successfully.",
        "incorporation_id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Acme Holdings GmbH",
        "legal_form": "gmbh",
        "purpose": "Durchführung von digitalen Notarisierungsverfahren mit Schwerpunkt auf Deutschland und dem europäischen Raum.",
        "agreement_type": "individual",
        "capital": 25000,
        "shareholders_meeting_quorum": 75,
        "shareholders_resolution_majority": 75,
        "significant_transactions_majority": 100,
        "representation_type": "sole",
        "majority_type": "two_thirds",
        "notice_period_months": 3,
        "additional_services": ["authority-registrations", "bookkeeping"],
        "address": {
            "street": "Maximilianstraße 15",
    		"street_second_line": "Apartment 3B",
		    "zip": "80539",
    		"city": "Munich",
    		"state": "Bayern",
    		"country": "de"
        },
		"business_address": {
            "street": "Goethestraße 18",
            "street_second_line": "2. Etage, Büro 5B",
            "zip": "50667",
            "city": "Cologne",
			"state": "Nordrhein-Westfalen",
            "country": "de"
        },
        "status": "submitted",
        "url": "https://app.beglaubigt.de/incorporate/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000",
        "directors": [
            {
                "first_name": "Maria",
                "last_name": "Weber",
                "email": "maria@weber.de",
                "phone": "+491234567890",
                "dob": "1978-03-15",
				"nationality": "de",
                "address": {
                    "street": "Rathenauplatz 7",
                    "street_second_line": "1. Stock, Raum 3A",
                    "zip": "90489",
                    "city": "Nuremberg",
					"state": "Bayern",
                    "country": "de"
                },
                "authority": "sole"
            }
        ],
        "documents": {
            "articles_of_association": [
                {
                    "id": "07347a09-7fa2-434f-a5f1-ec897f16d4b9",
                    "name": "Gesellschafterliste - Acme Holdings GmbH.pdf",
                    "type": "gesellschafterliste",
                    "status": "submitted"
                },
                {
                    "id": "5c2f1b84-9e77-4f2a-bd51-3a9e6c0d1f42",
                    "name": "Gesellschaftsvertrag - Acme Holdings GmbH.pdf",
                    "type": "individual",
                    "status": "submitted"
                }
            ]
        },
        "shareholders": {
            "individuals": [
                {
                    "first_name": "John",
                    "middle_name": "Michael",
                    "last_name": "Doe",
                    "email": "john.doe@example.com",
                    "phone": "+491234567890",
                    "dob": "1985-07-10",
                    "nationality": "de",
                    "address": {
                        "street": "Lindenallee 12",
                        "street_second_line": "EG, Büro 1",
                        "zip": "60594",
                        "city": "Frankfurt am Main",
						"state": "Hessen",
                        "country": "de"
                    },
                    "shares": 12500,
                    "share_percentage": 50
                }
            ],
            "entities": [
                {
                    "name": "Acme Ventures GmbH",
                    "registration_number": "HRB123456",
                    "address": {
                        "street": "Kaiserstraße 21",
                        "street_second_line": "4. OG, Zimmer 402",
                        "zip": "60311",
                        "city": "Frankfurt",
						"state": "Hessen",
                        "country": "de"
                    },
                    "directors": [
                        {
                            "first_name": "Stefan",
                            "last_name": "Müller",
                            "dob": "1985-06-15",
                            "nationality": "de",
                            "email": "stefan.mueller@example.com",
                            "phone": "+49 151 98765432",
                            "address": {
                                "street": "Bahnhofstraße 10",
                                "street_second_line": "Gebäude B, 2. Etage, Raum 204",
                                "zip": "10115",
                                "city": "Berlin",
                                "state": "Berlin",
                                "country": "de"
                            }
                        }
                    ],
                    "shares": 12500,
                    "share_percentage": 50
                }
            ]
        },
        "notarization": {
            "type": "online",
            "express": false,
            "preferred_timeframe": 7,
            "date": "2025-05-16",
            "appointment_status": "confirmed",
            "notary": {
                "office": "Notariat Schiller & Partner",
                "name": "Dr. Anna Becker",
                "email": "dr.becker@notariat-schiller.de",
                "phone": "+49 89 12345678",
                "address": "Schillerstraße 15, 10117, Berlin"
            }
        },
        "client_reference": "REF-2025-001",
        "client_preferred_language": "de",
        "created_at": "2025-04-12T08:00:00.0000+00:00"
    }
}

On this page