getImmovables
TEST request - https://in.bisnode.ee/rest_dev/getImmovables
getImmovables
POST
https://in.bisnode.ee/rest/getImmovables
Needed Headers: Content-type: application/json
This endpoint allows you to get real estate information of a company or a person such as:
* Type
* Cadastral code
* Address
* Area in m2
* Registry code
* Purpose
Example Curl request:
curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getImmovables' --data '{
"token": "0c725874e737c8195de547f67692d8b976726561",
"code": "10117826",
"language": "en"
}'
Query Parameters
language
string
2-letter language code. Must be "en", "et" or "ru. Default is "en".
token
string
Your 'access token' (API key).
code
string
Company registration number or Personal ID code.
Last updated
Was this helpful?