Skip to main content
GET
/
companies
/
{id}
/
risks
Get company risk / credit score summary
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/risks \
  --header 'x-api-key: <api-key>'
{
  "creditScore": 123,
  "riskForecast": 123,
  "riskForecastClass": 123,
  "riskForecastDescription": "<string>",
  "boardScore": 123,
  "financialScore": 123,
  "otherScore": 123,
  "beneficialOwnersScore": 123,
  "intelligence": [
    {
      "companyIntelligenceId": 123,
      "linkToCompanyId": 123,
      "linkToPersonId": 123,
      "companyIntelligenceType": "createdAsShelfCompany",
      "companyIntelligenceTypeDescription": "<string>",
      "companyIntelligenceSubType": "<string>",
      "companyIntelligenceSubTypeDescription": "<string>",
      "companyIntelligencePolicyId": 123,
      "notes": "<string>",
      "notesEn": "<string>",
      "notesSv": "<string>",
      "score": 123,
      "firstSeenAtUtc": "2023-11-07T05:31:56Z",
      "lastSeenAtUtc": "2023-11-07T05:31:56Z",
      "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
      "externalId": 123,
      "externalOrigin": "table_Bolagsverket_Notification",
      "intelligenceNotesType": 123,
      "notesValue1": "<string>",
      "notesValue2": "<string>",
      "notesValue3": "<string>",
      "notesValue4": "<string>"
    }
  ],
  "intelligenceNumberOfMax": 123,
  "intelligenceSum": 123,
  "creditScoreDescriptionsSv": [
    "<string>"
  ],
  "creditScoreDescriptionsEn": [
    "<string>"
  ],
  "networkRisk": {
    "score": 123,
    "totalCompanies": 123,
    "highRiskCompanies": 123,
    "highRiskCompaniesPercent": 123,
    "totalPersons": 123,
    "highlightedPersons": 123,
    "highlightedPersonsPercent": 123,
    "details": [
      {
        "type": "<string>",
        "id": "<string>",
        "name": "<string>",
        "intelligenceScoreTotal": 123,
        "highlight": true
      }
    ]
  },
  "financialScoreDescriptions": [
    {
      "firstSeenAtUtc": "2023-11-07T05:31:56Z",
      "notesSv": "<string>",
      "notesEn": "<string>"
    }
  ],
  "otherScoreDescriptions": [
    {
      "firstSeenAtUtc": "2023-11-07T05:31:56Z",
      "notesSv": "<string>",
      "notesEn": "<string>"
    }
  ],
  "boardScoreDescriptions": [
    {
      "notesSv": "<string>",
      "notesEn": "<string>",
      "score": 123,
      "positionEnd": true
    }
  ],
  "beneficialOwnersScoreDescriptions": [
    {
      "notesSv": "<string>",
      "notesEn": "<string>",
      "score": 123,
      "positionEnd": true
    }
  ],
  "debtorSummary": {
    "foreclosure": true,
    "debtRestructuring": true,
    "recordOfPaymentApplications": {
      "numberOfCases": 123,
      "totalAmountInSEK": 123,
      "lastCaseDate": 123,
      "orderToPayCases": [
        {
          "notificationType": "<string>",
          "applicationVerdict": "<string>",
          "casePrefix": "<string>",
          "caseNumber": "<string>",
          "dateOfApplicationOrVerdict": "2023-11-07T05:31:56Z",
          "amount": 123,
          "applicationWithdrawn": true,
          "fileCreationDate": "2023-11-07T05:31:56Z"
        }
      ]
    },
    "recordOfNonPayment": {
      "numberOfCases": 123,
      "totalAmountInSEK": 123,
      "lastCaseDate": 123
    },
    "debtBalance": {
      "lastUpdated": 123,
      "totalAmountInSEK": 123,
      "public": [
        {
          "description": "<string>",
          "totalAmountInSEK": 123,
          "numberOfCases": 123
        }
      ],
      "private": {
        "numberOfCases": 123,
        "totalAmountInSEK": 123
      }
    },
    "executions": [
      {
        "registrationDate": "2023-11-07T05:31:56Z",
        "caseNumber": "<string>",
        "caseNumberOldFormat": "<string>",
        "debtType": 123,
        "debtTypeDescription": "<string>",
        "executionYear": "<string>",
        "executionTitleMonth": "<string>",
        "executionDate": "2023-11-07T05:31:56Z",
        "originalDebt": 123,
        "recalledAmount": 123,
        "executionEventType": "<string>",
        "executionEventTypeDescription": "<string>",
        "executionCaseType": "<string>",
        "executionCaseTypeDescription": "<string>",
        "terminatedWithCause": "<string>",
        "terminatedWithCauseDescription": "<string>",
        "executionEvents": [
          {
            "executionDate": "2023-11-07T05:31:56Z",
            "executionEventType": "<string>",
            "executionEventTypeDescription": "<string>",
            "terminatedWithCause": "<string>",
            "terminatedWithCauseDescription": "<string>"
          }
        ]
      }
    ],
    "decisions": [
      {
        "decisionType": "<string>",
        "decisionTypeDescription": "<string>",
        "decisionDate": "2023-11-07T05:31:56Z",
        "decisionEventType": "<string>",
        "measures": [
          "<string>"
        ],
        "measuresDescriptions": [
          "<string>"
        ],
        "reasonForDecision": "<string>",
        "reasonForDecisionDescription": "<string>"
      }
    ]
  }
}
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Credit / risk summary

creditScore
null | integer<int32>
riskForecast
null | number<double>
riskForecastClass
null | integer<int32>
riskForecastDescription
null | string
boardScore
null | integer<int32>
financialScore
null | integer<int32>
otherScore
null | integer<int32>
beneficialOwnersScore
null | integer<int32>
intelligence
null | object[]
intelligenceNumberOfMax
null | integer<int32>
intelligenceSum
null | integer<int32>
creditScoreDescriptionsSv
null | string[]
creditScoreDescriptionsEn
null | string[]
networkRisk
object
financialScoreDescriptions
null | object[]
otherScoreDescriptions
null | object[]
boardScoreDescriptions
null | object[]
beneficialOwnersScoreDescriptions
null | object[]
debtorSummary
object