GET
/
datasets
/
companies
/
{companyId}
/
credit-score
Credit Score
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/credit-score \
  --header 'x-api-key: <api-key>'
{
  "creditScore": 123,
  "creditScoreDescriptions": [
    "<string>"
  ]
}
This endpoint delivers the credit score for the company ranging from 0 to 100 where 1 should be interpreted as the lowest and 100 the highest. 0 means that the credit score cannot be determined since there are to many negative factors. The credit score includes an array of strings containing a description of reasons of negative and positive points.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json

OK

The response is of type object.