cURL
curl --request GET \ --url https://api.example.com/germany/validate-bbnr/{bbnr} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Validate a German Betriebsnummer using local validation and MeldeCenter API.
Args: bbnr: The Betriebsnummer to validate (8 digits)
Returns: dict: Validation result with status and details
Raises: HTTPException: for unexpected errors
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response