Organizations
Retrieve address
get/api/v1/organizations/{organizationId}/addresses/default
Path parameters
organizationIdstring required
organizationId
Response
OK
Example response
{
"companyName": "ACME Inc.",
"firstname": "Max",
"lastname": "Muster",
"street": "Examplestreet 1",
"city": "MyCity",
"countryCode": "DE",
"countryName": "Germany",
"telephone": "+49 8088 12345"
}