Skip to main content
GET
/
germany
/
validate-bbnr
/
{bbnr}
Validate Betriebsnummer
curl --request GET \
  --url https://sandbox.intermezzo.ai/germany/validate-bbnr/{bbnr} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bbnr
string
required

Response

Successful Response