Endpoints
- https://api.bisnode.fi/company/info/v2/failurescore - production environment
- https://api-test.bisnode.fi/company/info/v2/failurescore - test environment
Request parameters
Parameter | Description | |
---|---|---|
id | Business id or duns number | X |
X = Mandatory |
GET https://api-test.bisnode.fi/company/info/v2/failurescore/{id}
Response
Element | Description |
---|---|
businessId | The company's business id |
dunsNumber | The company's duns number |
probability | |
percentile | |
failureScore |
Request and response example
curl 'https://api-test.bisnode.fi/company/info/v2/failurescore/2014838-7' -H 'ticket: 1234567890ABC'
Successful request and the API return results in JSON format.
{ "businessId": "2014838-7", "dunsNumber": "539506084", "probability": 0.0004803496979615595, "percentile": 82, "failureScore": 440.9173653781241 }