Skip to main content

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.

Understanding the Event

The incorporation.blocked event is automatically triggered when an incorporation data has been verified and blocked by our internal team.

Payload Fields

webhook_id
string
A unique identifier for this webhook in a UUID format.
Example: 123e4567-e89b-12d3-a456-426614174000
event
string
The name of the event that triggered this webhook.
Value: blocked
message
string
Provides a human-readable message indicating the result of the webhook event.
Value: The incorporation has been blocked
incorporation_id
string
The unique identifier for the incorporation in a UUID format.
Example123e4567-e89b-12d3-a456-426614174000
status
string
The status of the incorporation.
Value: blocked
reason
string
The reason provided by our team for blocking the incorporation.
Example: The shareholder's identity document is invalid.
url
string
The URL of the incorporation.
Examplehttps://app.beglaubigt.de/incorporate/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000
client_reference
string
Your custom reference string provided during incorporation creation.
Example: REF-2025-001
timestamp
string
The exact date and time when the webhook was triggered, formatted as an ISO 8601 string in UTC.
Example2025-06-01T08:00:00.443Z
{
  "webhook_id": "123e4567-e89b-12d3-a456-426614174000",
  "event": "incorporation.blocked",
  "message": "The incorporation has been blocked.",
  "incorporation_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "blocked",
  "reason": "The shareholder's identity document is invalid.",
  "url": "https://app.beglaubigt.de/incorporate/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000",
  "client_reference": "REF-2025-001",
  "timestamp": "2025-10-18T12:00:00Z"
}