Get Incorporation
curl --request GET \
--url https://api.beglaubigt.de/v1/incorporation/{incorporation_id}{
"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.",
"capital": 12500,
"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": [
{
"name": "sample.pdf",
"type": "musterprotokoll",
"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": 5000,
"share_percentage": 5
}
]
},
"notarization": {
"type": "online",
"express": false,
"preferred_timeframe": 7,
"date": "2025-05-16",
"time": "14:30",
"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"
}
}
Services
Get Incorporation
This endpoint retrieves the details of an incorporation
GET
/
v1
/
incorporation
/
{incorporation_id}
Get Incorporation
curl --request GET \
--url https://api.beglaubigt.de/v1/incorporation/{incorporation_id}{
"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.",
"capital": 12500,
"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": [
{
"name": "sample.pdf",
"type": "musterprotokoll",
"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": 5000,
"share_percentage": 5
}
]
},
"notarization": {
"type": "online",
"express": false,
"preferred_timeframe": 7,
"date": "2025-05-16",
"time": "14:30",
"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"
}
}
Documentation Index
Fetch the complete documentation index at: https://beglaubigt.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
The unique identifier of the incorporation to retrieve.
Example:
Example:
123e4567-e89b-12d3-a456-426614174000Response
Indicates the outcome of the API request.
Possible values:
Possible values:
success or errorProvides a human-readable message detailing the result of the API request.
Exemple:
Exemple:
Incorporation fetched successfully.The unique identifier for the incorporation in a UUID format.
Example:
Example:
123e4567-e89b-12d3-a456-426614174000The legal name of the company.
Example:
Example:
Acme Holdings GmbHThe type of company incorporated.
Possible values:
Possible values:
gmbh or ugThe purpose or business objective of the company.
Example:
Example:
Digital Notarization Services for Germany and EuropeThe total share capital of the company in EUR.
Example:
Example:
25000The commercial register number (Handelsregisternummer) for incorporations.
Example:
Example:
HRB 123456The local court (Amtsgericht) where the company is registered.
Example:
Example:
Berlin (Charlottenburg)Indicates whether the company is already officially entered in the commercial register.
Example:
Example:
trueThe address of the company.
Show Address
Show Address
The street name and number of the company.
Example:
Example:
Schillerstraße 5Additional address information, such as apartment number, suite, floor, or building.
Example:
Example:
Apartment 4BThe postal code of the company.
Example:
Example:
80336The city of the company.
Example:
Example:
MunichThe state of the company.
Example:
Example:
BayernThe country of the company, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe business address of the company.
Show Business Address
Show Business Address
The street name and number of the company.
Example:
Example:
Schillerstraße 5Additional address information, such as apartment number, suite, floor, or building.
Example:
Example:
Apartment 4BThe postal code of the company.
Example:
Example:
80336The city of the company.
Example:
Example:
MunichThe state of the company.
Example:
Example:
BayernThe country of the company, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe status of the incorporation.
Possible values:
initiated, submitted, contact-with-notary-initiated, appointment-confirmed, appointment-completed, waiting-for-deposit-confirmation, completed, blocked, archive, unprocessableThe URL of the incorporation.
Example:
Example:
https://app.beglaubigt.de/incorporate/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000An array of directors managing the company.
Show Director
Show Director
First name of the director.
Example:
Example:
MariaLast name of the director.
Example:
Example:
WeberEmail address of the director.
Example:
Example:
maria.weber@example.comThe phone number of the director.
Example:
Example:
+491234567890Date of birth of the director in
Example:
YYYY-MM-DD format.Example:
1978-03-15Address of the director.
Show Address
Show Address
The street name and number of the director.
Example:
Example:
Schillerstraße 5Additional address information, such as apartment number, suite, floor, or building.
Example:
Example:
Apartment 4BThe postal code of the director.
Example:
Example:
80336The city of the director.
Example:
Example:
MunichThe state of the director.
Example:
Example:
BayernThe country of the director, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe director’s signing authority.
Possible values:
Possible values:
sole or jointA collection of documents related to the company.
Show Documents
Show Documents
The articles of association for the company.
Show Article of Association
Show Article of Association
The unique identifier for the document in a UUID format.
Example:
Example:
07347a09-7fa2-434f-a5f1-ec897f16d4b9The type of document as specified in the request.
Possible values:
Possible values:
musterprotokoll , individual, gesellschafterliste, certificate-of-incorporation or deposit-confirmationIndicates the current processing state of the document.
Possible values:
Possible values:
submitted, in-review or reviewedAn object containing arrays of individual and entity shareholders, including their details, addresses, and shareholding information.
Show Shareholders
Show Shareholders
Show Individuals
Show Individuals
An array of individual shareholders.
Show Individual
Show Individual
The first name of the individual shareholder.
Example:
Example:
MaxThe middle name of the individual shareholder.
Example:
Example:
AlexanderThe last name of the individual shareholder.
Example:
Example:
MustermannThe email address of the individual shareholder.
Example:
Example:
max.mustermann@example.comThe phone number of the individual shareholder.
Example:
Example:
+491234567890The date of birth of the individual shareholder. Format:
Example:
YYYY-MM-DD.Example:
1985-10-05The nationality of the individual shareholder, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe address of the individual shareholder.
Show Address
Show Address
The street name and number of the individual shareholder.
Example:
Example:
Schillerstraße 5Additional address information, such as apartment number, suite, floor, or building.
Example:
Example:
Apartment 4BThe postal code of the individual shareholder.
Example:
Example:
80336The city of the individual shareholder.
Example:
Example:
MunichThe state of the individual shareholder.
Example:
Example:
BayernThe country of the individual shareholder, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe number of shares owned by the shareholder.
Example:
Example:
2500The percentage of shares owned by the shareholder.
Example:
Example:
25Show Entities
Show Entities
An array of entity shareholders.
Show Entity
Show Entity
The name of the entity shareholder.
Example:
Example:
MaxThe registration number of the entity shareholder.
Example:
Example:
AlexanderThe address of the entity shareholder.
Show Address
Show Address
The street name and number of the entity shareholder.
Example:
Example:
Schillerstraße 5Additional address information, such as apartment number, suite, floor, or building.
Example:
Example:
Apartment 4BThe postal code of the entity shareholder.
Example:
Example:
80336The city of the entity shareholder.
Example:
Example:
MunichThe state of the entity shareholder.
Example:
Example:
BayernThe country of the entity shareholder, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe directors of the entity shareholder.
Show Directors
Show Directors
The first name of the entity’s director.
Example:
Example:
JohnThe last name of the entity’s director.
Example:
Example:
DoeDate of birth of the entity director in
Example:
YYYY-MM-DD format.Example:
1978-03-15The nationality of the entity’s director, specified using ISO 3166-1 alpha-2 country codes.
Example:
Example:
deThe email of the entity’s director.
Example:
Example:
john.doe@exemple.comThe phone number of the entity director.
Example:
Example:
+491234567890Address of the entity director.
Show Address
Show Address
The street name and number of the entity director.
Example:
Example:
Schillerstraße 5Additional address information, such as apartment number, suite, floor, or building.
Example:
Example:
Apartment 4BThe postal code of the entity director.
Example:
Example:
80336The city of the entity director.
Example:
Example:
MunichThe state of the entity director.
Example:
Example:
BayernThe country of the entity director, specified using ISO 3166-1 alpha-2 country code.
Example:
Example:
deThe number of shares owned by the shareholder.
Example:
Example:
2500The percentage of shares owned by the shareholder.
Example:
Example:
25Details about the notarization process.
Show Notarization
Show Notarization
The method of notarization.
Possible values:
Possible values:
offline or onlineRequests expedited notarization.
The client’s preferred timeframe for notarization, expressed as the number of days from the request date.
Possible values:
7, 14, 30Notarization date in
Example:
YYYY-MM-DD format.Example:
2025-04-16Notarization date in
Example:
HH:mm format.Example:
14:30The current status of the notarization appointment.
Possible values:
pending or confirmedNotary responsible for the notarization.
Show Notary
Show Notary
The name of the notary’s office.
Example:
Example:
Notariat Schiller & PartnerThe full name of the notary.
Example:
Example:
Dr. Anna BeckerThe email address of the notary.
Example:
Example:
dr.becker@notariat-schiller.deThe contact phone number of the notary.
Example:
Example:
+49 89 12345678The full address of the notary’s office, formatted as
Example:
street name and number, postal code, city.Example:
Schillerstraße 15, 10117, BerlinA custom client reference string for tracking purposes.
Example:
Example:
REF-2025-001The preferred language of the client, specified using ISO 639-1 language codes.
Possible values:
Possible values:
en, de, es, fr or itThe timestamp at which the incorporation was created, formatted as an ISO 8601 string (UTC).
Example:
Example:
2025-06-15T08:00:00.000Z{
"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.",
"capital": 12500,
"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": [
{
"name": "sample.pdf",
"type": "musterprotokoll",
"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": 5000,
"share_percentage": 5
}
]
},
"notarization": {
"type": "online",
"express": false,
"preferred_timeframe": 7,
"date": "2025-05-16",
"time": "14:30",
"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"
}
}
⌘I