Get business filing data
Returns statutory filing data for a business in a jurisdiction. The response is a merged view: fields explicitly submitted via PUT are combined with defaults read from the business service.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
Business identifier
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$Response
Business filing data
Merged view of statutory filing data for an entity. Combines fields explicitly submitted via PUT with defaults read from the upstream service (person service or business service).
Type of entity this data belongs to
person, business "person"
ID of the person or business
"per_xyz789"
"DE"
Merged field data
{
"steuerID": "97148835200",
"sozialversicherungsnummer": "54211075L005",
"firstName": "Max",
"lastName": "Mustermann"
}