Authentication, input and response

Fetch real estate information for a houseaddress

POST https://api.altum.ai/location-data

Headers

NameTypeDescription

Content-Type

string

application/json

x-api-key*

string

API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)

Request Body

NameTypeDescription

postcode*

string

Zipcode of the object

housenumber*

string

House number of the object

addition

string

House number addition

Request body

Example request

{
    "postcode": "3709JL",
    "housenumber": "1",
    "houseaddition": "A3"
}

Last updated