Beglaubigt.de API
Events

Sole Proprietor Completed

Understanding the Event

The sole-proprietor.completed event is automatically triggered once our team has finished processing the sole proprietor registration and the case is closed.

Payload Fields

webhook_idstring

A unique identifier for this webhook in a UUID format.
Example: 123e4567-e89b-12d3-a456-426614174000

eventstring

The name of the event that triggered this webhook.
Value: sole-proprietor.completed

messagestring

Provides a human-readable message indicating the result of the webhook event.
Value: The sole proprietor registration has been completed.

sole_proprietor_idstring

The unique identifier for the sole proprietor registration in a UUID format.
Example: 123e4567-e89b-12d3-a456-426614174000

statusstring

The status of the sole proprietor registration.
Value: completed

urlstring

The URL of the sole proprietor registration.
Example: https://app.beglaubigt.de/sole-proprietor/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000

client_referencestring

Your custom reference string provided when the sole proprietor registration was created.
Example: REF-2025-001

timestampstring

The exact date and time when the webhook was triggered, formatted as an ISO 8601 string in UTC.
Example: 2025-06-01T08:00:00.443Z

Response
{
  "webhook_id": "123e4567-e89b-12d3-a456-426614174000",
  "event": "sole-proprietor.completed",
  "message": "The sole proprietor registration has been completed.",
  "sole_proprietor_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "completed",
  "url": "https://app.beglaubigt.de/sole-proprietor/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000",
  "client_reference": "REF-2025-001",
  "timestamp": "2025-10-18T12:00:00Z"
}

On this page