Dun & Bradstreet

Companies REST API

Foundation Register Report

The report contains officials Foundation Register Document and Statute information in PDF format.

In order to use the API you must have the valid environment-specific username and password. Before any API requests, you need to obtain an API KEY. You will get a valid API KEY (it's called a ticket) by using the ticket API (Please, read how to use ticket API instructions).

The API KEY must be sent in the request custom header element (named ticket or x-api-key). If the API KEY value is valid then API request will be successful (http status code 200), otherwise it will fail (http status code 401). All API requests must be made over HTTPS.

Endpoints

  • PROD: https://api.bisnode.fi/company/info/v3/foundationregister/report
  • TEST: https://api-test.bisnode.fi/company/info/v3/foundationregister/report


Request

Parameter Description  
businessid Local business id. x
x = Mandatory

GET https://api-test.bisnode.fi/company/info/v3/foundationregister/report?businessid={businessid}

Request example

curl 'https://api-test.bisnode.fi/company/info/v3/foundationregister/report?businessid=0217066-0' -H 'x-api-key: ABC1234567890'

SWAGGER documentation - read more »

 

Please note that data coverage varies between companies. Data coverage depends e.g. on company form. Remember the codes and descriptions API returns all companies REST APIs code values and descriptions - read more.