getPersonInformation
TEST request - https://in.bisnode.ee/rest_dev/getPersonInformation
Last updated
TEST request - https://in.bisnode.ee/rest_dev/getPersonInformation
Last updated
POST
https://in.bisnode.ee/rest/getPersonInformation
Needed headers: Content-type: application/json
This endpoint allows you to get general person information such as:
* Personal code
* First name and last name
* Previous first name and last name (if exist)
* Death date (if exists)
* Personal address
Example Curl request:
curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest/getPersonInformation' --data '{
"token": "0c4386e0983540c97u8930de8570820f967827",
"code": "12345678900",
"language": "en"
}'
Name | Type | Description |
---|---|---|
language
string
2-letter language code. Must be "en", "et" or "ru". Default is "en".
token
string
Your 'access token' (API key).
code
string
Personal code.