curl --request GET \
--url https://dev.intermezzo.ai/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
curl --request GET \
--url https://dev.intermezzo.ai/germany/validate-bbnr/{bbnr} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?