v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBPersons
Get Person
get/persons/{person_id}
Path parameters
person_idstring required
A person identifier.
Headers
LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required
Response
Successful Response
Example response
{
"registered_address": {
"line_1": "Heidestraße 17",
"postal_code": "51147",
"city": "Köln",
"country": "DE"
},
"phone_number": "+49172997318",
"place_of_birth": {
"city": "Berlin",
"country": "DE"
},
"tax_residencies": [
{
"country": "DE"
}
]
}