For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test environment

You can test any API request you want using test Token. Link to test endpoint is shown under request name.

Example CURL request:

curl -X POST -k -H 'Content-type: application/json' -i 'https://in.bisnode.ee/rest_dev/getContacts' -data '{ 
    "token": "v9988f42c0eza7e824998365c1c868e3",
    "reg_code": "10117826", 
    "country": "EST"
}'

Change API request URL ('https://in.bisnode.ee/rest_dev/getContacts' in the example) to API request URL you want to test and input parameters, if needed.

Contact us for test Token: 🖂 info.ee@dnb.com 🕿 +372 6414 902 (EST, ENG)

Last updated