Web service that allows you to obtain personal information about a natural or legal person such as personal data, telephones and the presence of negative events.
Allows you to know if a fiscal code of a natural person is valid
| codice_fiscale required | string Default: "<string>" Example: RSSMRA90D15L117D Fiscal code |
object | |
| success | boolean |
| message | string |
| error | integer |
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);
{- "data": {
- "validita": true
}, - "success": true,
- "message": "",
- "error": null
}This method allows you to create a request to receive information about a natural or legal person
| cf_piva required | string Default: "<string>" |
| tipo required | Array of strings <= 2 items Items Enum: "anagrafica" "telefoni" "negativita" |
object (Callback) |
object (Richiesta) | |
| success | boolean |
| message | string |
| error | integer |
{- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
],
}{- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
], - "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
}, - "esito": null,
- "timestamp": 1625232029,
- "owner": "test@email.it",
- "soggetto": null,
- "status": null,
- "date_request": null,
- "date_completion": null
}, - "success": true,
- "message": "",
- "error": null
}This method allows you to see all the requests you have made
Array of objects (Richieste) [ items ] | |
| success | boolean |
| message | string |
| error | integer |
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);
{- "data": [
- {
- "id": "60e866b6b3178c6dc80adf8e",
- "cf_piva": "RSSMRA90D15L117D",
- "status": "COMPLETED",
- "esito": {
- "codice": 200,
- "info": "OK"
}, - "timestamp": 1625654486,
- "owner": "test@email.it"
}, - {
- "id": "60e866b6b3178c6dc80adf8e",
- "cf_piva": "VNRLRT90D20L117E",
- "status": "COMPLETED",
- "esito": {
- "codice": 200,
- "info": "OK"
}, - "timestamp": 1625654486,
- "owner": "test@email.it"
}
], - "success": true,
- "message": "",
- "error": null
}Allows you to see the detail of the request identified by the id
| id required | string Default: "<string>" Example: 60e866b6b3178c6dc80adf8e Request id |
object (Richiesta) | |
| success | boolean |
| message | string |
| error | integer |
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);
{- "data": {
- "status": "COMPLETED",
- "date_request": "2021-07-09 17:09:42",
- "date_completion": "2021-07-09 17:40:57",
- "id": "60e866b6b3178c6dc80adf8e",
- "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
}, - "esito": {
- "codice": 200,
- "info": "OK"
}, - "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
], - "timestamp": 1625232029,
- "owner": "test@email.it",
- "soggetto": {
- "code": "RSSMRA90D15L117D",
- "code_conferma": "RSSMRA90D15L117D",
- "risultato": "OK",
- "nome": "MARIO",
- "cognome": "ROSSI",
- "deceduto": false,
- "decesso_data": null,
- "nascita_luogo": "TERNI (TR)",
- "nascita_data": "1990-04-15",
- "sesso": "M",
- "residenza": {
- "indirizzo": "VIALE BALDI 221",
- "toponimo": "VIALE",
- "via": "BALDI",
- "numero_civico": "221",
- "comune": "ROMA",
- "cap": "00143",
- "provincia": "RM"
}, - "domicilio_fiscale": null,
- "denominazione": "ROSSI MARIO",
- "partita_iva": null,
- "ateco_codice": null,
- "ateco_descrizione": null,
- "sede_legale": null
}
}, - "success": true,
- "message": "",
- "error": null
}This method allows you to create a request to receive information about a natural or legal person
| cf_piva required | string Default: "<string>" |
object (Callback) |
object (Richiesta) | |
| success | boolean |
| message | string |
| error | integer |
{- "cf_piva": "RSSMRA90D15L117D",
}{- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "anagrafica"
], - "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
}, - "esito": null,
- "timestamp": 1625232029,
- "owner": "test@email.it",
- "soggetto": null,
- "status": null,
- "date_request": null,
- "date_completion": null
}, - "success": true,
- "message": "",
- "error": null
}This method allows you to create a request to receive information about a natural or legal person
| cf_piva required | string Default: "<string>" |
object (Callback) |
object (Richiesta) | |
| success | boolean |
| message | string |
| error | integer |
{- "cf_piva": "RSSMRA90D15L117D",
}{- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "telefoni"
], - "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
}, - "esito": null,
- "timestamp": 1625232029,
- "owner": "test@email.itm",
- "soggetto": null,
- "status": null,
- "date_request": null,
- "date_completion": null
}, - "success": true,
- "message": "",
- "error": null
}This method allows you to create a request to receive information about a natural or legal person
| cf_piva required | string Default: "<string>" |
object (Callback) |
object (Richiesta) | |
| success | boolean |
| message | string |
| error | integer |
{- "cf_piva": "RSSMRA90D15L117D",
}{- "data": {
- "id": "60eeefd05c6fb04d9536b5c2",
- "cf_piva": "RSSMRA90D15L117D",
- "tipo": [
- "negativita"
], - "callback": {
- "field": "data",
- "method": "POST",
- "data": [ ]
}, - "esito": null,
- "timestamp": 1625232029,
- "owner": "test@email.it",
- "soggetto": null,
- "status": null,
- "date_request": null,
- "date_completion": null
}, - "success": true,
- "message": "",
- "error": null
}