Logo
Openapi.it Public API Documentation

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

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

Initiates the process of credit score verification for a specific organization. You can use the service by providing a tax code, a VAT number, or our ID obtained through the Company service - Input Parameters: Organization details such as company ID tax code or VAT number. - Output Parameters: Credit score details including organization name, risk score, and other relevant details.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": { "organization_name": "OPENAPI S.P.A", "requested_at": "2024-03-26T10:53:56.299688Z", "risk_score": "VERDE", "tax": "12485671007", "vat": "12485671007", "id": "6602a94464cff786******25", "company_id": "60d1b****1177b0a092cdfc1", "time_stamp": 1711450436 }, "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/IT-creditscore-start/:vatCode_taxCode_or_id' -H 'Accept: application/json'

ENDPOINTS