# Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to the Beglaubigt.de API documentation. Let's automate legal for your business. - **Endpoints** - Incorporation - [Initiate Incorporation](/incorporation/post): This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and directors. - [Get Incorporation](/incorporation/get): This endpoint retrieves the details of an incorporation - Notarization - [Create Notarization](/notarization/post): This endpoint creates a notarization request for a document - [Get Notarization](/notarization/get): This endpoint retrieves the details of a notarization case - Translation - [Create Translation](/translation/post): This endpoint creates a translation request for one or multiple documents. - [Get Translation](/translation/get): This endpoint retrieves the details of a translation request, including documents. - Tax Registration - Create Tax Registration - [Overview](/tax-registration/post): Submit a company's details to start its tax registration. An ELSTER XML document will be generated and sent the tax office, which reviews and files the registration. If ELSTER rejects it for any reason, one of our managers handles it and resends it. - [UG / GmbH](/tax-registration/post/kapg): Create a tax registration for a UG or GmbH. Generates the ELSTER Kapitalgesellschaft form. - [GbR / eGbR](/tax-registration/post/persg): Create a tax registration for a GbR or eGbR (Personengesellschaft). Generates the ELSTER FsE_PersG form. - [Freiberufler / Einzelunternehmen](/tax-registration/post/eun): Create a tax registration for a freelancer or sole proprietor. Generates the ELSTER FsE_EUn form. - [Get Tax Registration](/tax-registration/get): Poll the status and download the generated XML of a tax registration - Trade Registration - [Create Trade Registration](/trade-registration/post) - [Get Trade Registration](/trade-registration/get): Fetch the full data and the documents of a trade registration case - [Compliance](/compliance): Compliance endpoints are currently available on Enterprise plans. - **Webhooks** - Guides - [Introduction](/guides): Learn how to handle Beglaubigt webhook events - [Delivery and retries](/guides/delivery-and-retries): How Beglaubigt delivers webhook events, what acknowledgement we expect, and best practices for handling them safely. - [Signature Verification](/guides/signature-verification): Learn to verify the authenticity of our webhook HTTP requests to ensure security and data integrity. - Events - **Appointment** - [Appointment Confirmed](/events/appointment.confirmed) - [Appointment Completed](/events/appointment.completed) - **Incorporation** - [Incorporation Initiated](/events/incorporation.initiated) - [Incorporation Submitted](/events/incorporation.submitted) - [Incorporation Blocked](/events/incorporation.blocked) - [Incorporation Completed](/events/incorporation.completed) - **Notarization** - [Notarization Completed](/events/notarization.completed) - **Registration** - [Registration Initiated](/events/registration.initiated) - [Registration Form Rendered](/events/registration.form-rendered) - [Registration Submitted](/events/registration.submitted) - [Registration Blocked](/events/registration.blocked) - [Registration Completed](/events/registration.completed) - **Sole Proprietor** - [Sole Proprietor Initiated](/events/sole-proprietor.initiated) - [Sole Proprietor Submitted](/events/sole-proprietor.submitted) - [Sole Proprietor Completed](/events/sole-proprietor.completed) - **Tax Registration** - [Tax Registration Initiated](/events/tax-registration.initiated) - [Tax Registration Blocked](/events/tax-registration.blocked) - [Tax Registration Completed](/events/tax-registration.completed) - **Signatures** - [Signatures Requested](/events/signatures.requested) - [Signatures Completed](/events/signatures.completed) - **Verifications** - [Verifications Completed](/events/verifications.completed)