Die API wurde durch die neuen in Risk verfügbaren Endpunkte ersetzt
Um den Namen, den Wohnsitz/die juristische Adresse, die Telefonnummer und die Prüfung negativer Ereignisse einer Person in Sekundenschnelle zu erhalten, entdecken Sie die neuen Endpunkte in Risk
Deprecated starting from 2025-12-31
All das Wissen, das Sie benötigen
Hier finden Sie einige Ratschläge, die Sie berücksichtigen sollten, um sich dieser API zu nähern. Wenn Sie möchten, bieten wir Code-Beispiele, OAS3-Dokumentation, die Möglichkeit, die API live über Swagger UI auszuprobieren oder die gesamte Sammlung in Postman zu importieren. Wir bieten auch eine Sandbox-Umgebung an, in der Sie kostenlos mit allen Arten von Anfragen experimentieren können.
Holen Sie sich das Token im entsprechenden Abschnitt, bevor Sie beginnen.
- Oas file url https://console.openapi.com/oas/de/rintraccio.openapi.json
- Fork or import with Postman
- Production domain rintraccio.openapi.it
- Sandbox domain test.rintraccio.openapi.it
- Production Scopes 7
-
Sandbox Scopes 7
- POST test.rintraccio.openapi.it/richiesta
- GET test.rintraccio.openapi.it/richiesta
- POST test.rintraccio.openapi.it/anagrafica
- POST test.rintraccio.openapi.it/telefoni
- POST test.rintraccio.openapi.it/negativita
- GET test.rintraccio.openapi.it/verifica_cf
- POST test.rintraccio.openapi.it/import
Rintraccio (1.0.0)
Webdienst zur Beschaffung persönlicher Informationen über eine natürliche oder juristische Person, wie z. B. persönliche Daten, Telefonnummern und Vorhandensein von negativen Ereignissen.
Überprüfung der Abgabenordnung
Zeigt an, ob die Steuernummer einer natürlichen Person gültig ist
Authorizations:
path Parameters
codice_fiscale required | string Example: RSSMRA90D15L117D Steuergesetzbuch |
Responses
Response Schema: application/json
object | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://rintraccio.openapi.it/verifica_cf/%7Bcodice_fiscale%7D"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 402
- 406
- 412
- 428
- "data": {
- "validita": true
- "success": true,
- "message": "",
- "error": null
Eine Anfrage erstellen
Diese Methode ermöglicht es, einen Antrag auf Informationen über eine natürliche oder juristische Person zu stellen.
Authorizations:
Request Body schema: application/json
cf_piva required | string |
tipo required | Array of strings Items Enum: "anagrafica" "telefoni" "negativita" |
object (Callback) |
Responses
Response Schema: application/json
object (Richiesta) | |
success | boolean |
message | string |
error | integer |
Request samples
- Payload
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
Response samples
- 200
- 402
- 406
- 428
- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
- "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
- "esito": null,
- "timestamp": 1625232029,
- "soggetto": null,
- "status": "PENDING",
- "date_request": null,
- "date_completion": null
- "success": true,
- "message": "",
- "error": null
Extrahiert alle Anfragen
Diese Methode zeigt alle Anfragen an
Authorizations:
Responses
Response Schema: application/json
Array of objects (Richieste) | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://rintraccio.openapi.it/richiesta"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 404
- "data": [
- {
- "id": "60e866b6b3178c6dc80adf8e",
- "cf_piva": "RSSMRA90D15L117D",
- "status": "COMPLETED",
- "esito": {
- "codice": 200,
- "info": "OK"
- "timestamp": 1625654486,
- "owner": "[email protected]"
- {
- "id": "60e866b6b3178c6dc80adf8e",
- "cf_piva": "VNRLRT90D20L117E",
- "status": "COMPLETED",
- "esito": {
- "codice": 200,
- "info": "OK"
- "timestamp": 1625654486,
- "owner": "[email protected]"
- "success": true,
- "message": "",
- "error": null
Detail der Anfrage
Ermöglicht es Ihnen, die Details der durch die id identifizierten Anfrage zu sehen
Authorizations:
path Parameters
id required | string Example: 60e866b6b3178c6dc80adf8e Anfrage Id |
Responses
Response Schema: application/json
object (Richiesta) | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://rintraccio.openapi.it/richiesta/%7Bid%7D"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 400
- 404
- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "telefoni"
- "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
- "esito": null,
- "timestamp": 1625232029,
- "soggetto": null,
- "status": "PENDING",
- "date_request": null,
- "date_completion": null
- "success": true,
- "message": "",
- "error": null
Erzeugt nur einen Antrag vom Typ: Stammdaten
Diese Methode ermöglicht es, einen Antrag auf Informationen über eine natürliche oder juristische Person zu stellen.
Authorizations:
Request Body schema: application/json
cf_piva required | string |
object (Callback) |
Responses
Response Schema: application/json
object (Richiesta) | |
success | boolean |
message | string |
error | integer |
Request samples
- Payload
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
- "cf_piva": "RSSMRA90D15L117D",
Response samples
- 200
- 402
- 406
- 428
- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
- "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
- "esito": null,
- "timestamp": 1625232029,
- "soggetto": null,
- "status": "PENDING",
- "date_request": null,
- "date_completion": null
- "success": true,
- "message": "",
- "error": null
Es wird nur eine Anfrage vom Typ: Telefone
Diese Methode ermöglicht es, einen Antrag auf Informationen über eine natürliche oder juristische Person zu stellen.
Authorizations:
Request Body schema: application/json
cf_piva required | string |
object (Callback) |
Responses
Response Schema: application/json
object (Richiesta) | |
success | boolean |
message | string |
error | integer |
Request samples
- Payload
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
- "cf_piva": "RSSMRA90D15L117D",
Response samples
- 200
- 402
- 406
- 428
- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "telefoni"
- "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
- "esito": null,
- "timestamp": 1625232029,
- "soggetto": null,
- "status": "PENDING",
- "date_request": null,
- "date_completion": null
- "success": true,
- "message": "",
- "error": null
Erzeugt nur eine Anfrage vom Typ: Negativität
Diese Methode ermöglicht es, einen Antrag auf Informationen über eine natürliche oder juristische Person zu stellen.
Authorizations:
Request Body schema: application/json
cf_piva required | string |
object (Callback) |
Responses
Response Schema: application/json
object (Richiesta) | |
success | boolean |
message | string |
error | integer |
Request samples
- Payload
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
- "cf_piva": "RSSMRA90D15L117D",
Response samples
- 200
- 402
- 406
- 428
- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "negativita"
- "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
- "esito": null,
- "timestamp": 1625232029,
- "soggetto": null,
- "status": "PENDING",
- "date_request": null,
- "date_completion": null
- "success": true,
- "message": "",
- "error": null