Authentication, input and response
Transaction API
POST
https://api.altum.ai/transaction
This endpoint allows you to retrieve Kadaster transaction data for an object.
Headers
x-api-key*
string
Unique API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Content-Type
string
application/json
Request Body
postcode*
string
Zipcode of the object
valuationdate
number
Enter as YYYYMMDD, gives newest transaction till that date. Default is TODAY
houseaddition
string
House letter and addition of the object
housenumber*
number
House number of the object
FREE Ping for availability
Post object data to receive availability of transaction data
POST
https://api.altum.ai/transaction/ping
This endpoint allows you to get the availability of the transaction data from our database. A POST request requires a body parameter (Address).
Headers
x-api-key*
string
API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Content-Type
string
application/json
Request Body
postcode*
string
Zipcode of the object
valuationdate
number
Enter as YYYYMMDD, gives newest transaction till that date. Default is TODAY
houseaddition
string
House letter and addition of the object
housenumber*
number
House number of the object
Request body
Example request
Last updated