Company rest API
The API returns all people who have the signing rights in JSON format, as specified by business id or duns number.
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.
API request parameters
| Parameter | Description | |
|---|---|---|
| id | Business id or or duns number | X |
| X = Mandatory | ||
GET https://api-test.bisnode.fi/company/info/v2/signingrights/{id}
curl 'https://api-test.bisnode.fi/company/info/v2/signinrights/2014838-7' -H 'x-api-key: 1234567890ABC'
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.