Logo
Openapi.it Public API Documentation

{{baseUrl}}/IT-creditscore-top/:vatCode_taxCode_or_id

GET {{baseUrl}}/IT-creditscore-top/:vatCode_taxCode_or_id

Provides detailed credit score information for a specific organization using a tax code, VAT number, or company ID. - Input Parameters: Organization details such as company ID, tax code, or VAT number. - Output Parameters: - Top credit score details including: - Operational credit limits - Rating evaluations - Risk score history - Public ratings - Financial positions and profiles

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": { "company_id": "60d1bfc731177b0a092cdfc1", "data": { "credit_check": { "operational_credit_limit": 82000, "rating": "B1", "risk_score": "VERDE", "risk_score_description": "inferiore alla media" }, "history": { "note": { "description": "Durante questo periodo non sono emersi elementi rilevanti di modifica della valutazione: l'azienda mantiene una valutazione complessivamente invariata.", "events": [] }, "operational_credit_limit": [ { "month": "2023-07", "value": 82000 }, { "month": "2023-08", "value": 82000 }, { "month": "2023-09", "value": 82000 }, { "month": "2023-10", "value": 82000 }, { "month": "2023-11", "value": 82000 }, { "month": "2023-12", "value": 82000 }, { "month": "2024-01", "value": 82000 }, { "month": "2024-02", "value": 82000 }, { "month": "2024-03", "value": 82000 }, { "month": "2024-04", "value": 82000 }, { "month": "2024-05", "value": 82000 }, { "month": "2024-06", "value": 82000 } ], "public_rating": [ { "balance_year": "2022", "month": "2023-07", "rating": "B1" }, { "balance_year": "2022", "month": "2023-08", "rating": "B1" }, { "balance_year": "2022", "month": "2023-09", "rating": "B1" }, { "balance_year": "2022", "month": "2023-10", "rating": "B1" }, { "balance_year": "2022", "month": "2023-11", "rating": "B1" }, { "balance_year": "2022", "month": "2023-12", "rating": "B1" }, { "balance_year": "2022", "month": "2024-01", "rating": "B1" }, { "balance_year": "2022", "month": "2024-02", "rating": "B1" }, { "balance_year": "2022", "month": "2024-03", "rating": "B1" }, { "balance_year": "2022", "month": "2024-04", "rating": "B1" }, { "balance_year": "2022",
Curl
curl -X GET 'baseUrl/IT-creditscore-top/:vatCode_taxCode_or_id' -H 'Accept: application/json'

ENDPOINTS