Risiko

Alle Berichte und Daten zur Überprüfung der Zuverlässigkeit von privaten und juristischen Personen

Mit Risiko haben Sie Zugang zu verschiedenen Datenbanken wie Einwohnermeldeamt. Italienische Steuerbehörde, CCIAA, CRIF, Experian etc.

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.

Nützliche Tipps für den Einstieg Risiko

Holen Sie sich das Token im entsprechenden Abschnitt, bevor Sie beginnen.

Verwenden Sie das Online-Tool oder generieren Sie es über die API. Legen Sie das Ablaufdatum, einen nützlichen Namen fest und fügen Sie jetzt eine Vielzahl von Scopes hinzu, um die möglichen Aktionen Ihres Tokens zu begrenzen.

Risk (1.0.0)

Webdienst, der es Ihnen ermöglicht, eine Person oder ein Unternehmen zu recherchieren.

Persona

Persönliche Bescheinigung über die Kriminalität

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste Ihrer Persona-Crif-Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
Array of objects (Richieste)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-crif-persona");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Antrag auf Rasterfahndung bei einer Person

Mit dieser Methode können Sie eine Fahndung nach einer Person beantragen. Es ist wichtig, dass Sie eine Kopie eines Ausweises und eine Kopie einer Gesundheitskarte im PDF-Format vorlegen.

Authorizations:
bearerAuth
Request Body schema: application/json
first_name
required
string

Vorname

last_name
required
string

Nachname

email
required
string <email>

E-Mail

birth_date
required
string <date>

Geburtsdatum

gender
required
string
Enum: "M" "F"

gender

fiscal_code
required
string

Abgabenordnung

birth_city
required
string

Geburtsstadt

birth_province
required
string

Geburtsland

birth_country
required
string

Geburtsland

residence_address
required
string

Wohnsitzadresse

residence_street_number
required
string

Straße und Hausnummer

residence_city
required
string

Residenzstadt

residence_postal_code
required
string

Postleitzahl des Wohnsitzes

residence_province
required
string

Wohnort Provinz

residence_country
required
string

Wohnsitzland

document_type
required
string
Enum: "IDENTITY_CARD" "DRIVING_LICENSE" "PASSPORT"

Dokumenttyp

document_number
required
string

Dokumentennummer

release_date
required
string <date>

Datum der Freigabe des Dokuments

expiration_date
required
string <date>

document expiration date

release_city
required
string

Dokumentenfreigabe Stadt

release_province
required
string

Dokumentenfreigabe Provinz

public_authority
required
string

Behörde, die das Dokument ausgestellt hat

required
string or string

Dokumentdatei im pdf-Format

required
string or string

Krankenversicherungskartendatei im pdf-Format

object (Callback)

Responses

Response Schema: application/json
object (RichiestaPersona)
success
boolean
message
string
error
integer

Callbacks

Request samples

Content type
application/json
{
  • "first_name": "mario",
  • "last_name": "rossi",
  • "email": "[email protected]",
  • "birth_date": "1990-04-28",
  • "gender": "m",
  • "fiscal_code": "mrrrss89d28l117d",
  • "birth_city": "terni",
  • "birth_province": "tr",
  • "birth_country": "italia",
  • "residence_address": "via rossini",
  • "residence_street_number": "2",
  • "residence_city": "terni",
  • "residence_postal_code": "05100",
  • "residence_province": "tr",
  • "residence_country": "italia",
  • "document_type": "IDENTITY_CARD",
  • "document_number": "IT567TRF",
  • "release_date": "2010-12-01",
  • "expiration_date": "2030-12-01",
  • "release_city": "terni",
  • "release_province": "tr",
  • "public_authority": "comune",
  • "document_file": "JVBERi0xLjQKMSAwIG9iago8PAovVGl0bGUgKP7/AFAAUgBPAEMAVQBSAEEpCi9DcmVhdG9yICj+/wB3AGsAaAB0AG0AbAB0AG8AcABkAGYAIAAwAC4AMQAyAC4ANikKL1Byb2R1Y2VyICj+/wBRAHQAIAA0AC4AOAAuADcpCi9DcmVhdGlvbkRhdGUgKEQ6MjAyMzA1MTExMjE5NTIrMDInMDAnKQo",
  • "health_insurance_card_file": "JVBERi0xLjMKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL1Jlc291cmNlcyAyIDAgUgovQ29udGVudHMgNCAwIFI+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlIC9MZW5ndGggMjg1NT4+CnN0cmVhbQp4nKVa2XLjuBV976+4b85UeWCCO3teAlOQGgkXNUl5qlzzoliyw5QsTiT1TFV/TT4tn5ILgJvctgg7L6bF7dxz9wvQhr99sogXwJ94sCwLFp9uK7iZU6A2/obqEXj1yfOJH0EQUGLZ8AyeExKv/72D8tO/QT/",
  • "callback": {}
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Callback payload samples

Callback
POST: {$request.body#/callback/url}
Content type
application/json
{
  • "data": {
    }
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische Persona-Crif-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersona)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-crif-persona/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Hochladen der Delegationsdatei

Mit dieser Methode können Sie die Delegationsdatei hochladen. Die Delegationsdatei muss ausgefüllt und signiert sein. Sie können sie über die Methode GET/IT-crif-persona/{id}/delega herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Request Body schema: application/json
signed_delegation_file
string <byte>

base64_encode(Dateiinhalt); nur pdf-Dateien sind erlaubt

Responses

Response Schema: application/json
object (RichiestaPersona)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{
  • "signed_delegation_file": "JVBERi0xLjMKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL1Jlc291cmNlcyAyIDAgUgovQ29udGVudHMgNCAwIFI+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlIC9MZW5ndGggMjg1NT4+CnN0cmVhbQp4nKVa2XLjuBV976+4b85UeWCCO3teAlOQGgkXNUl5qlzzoliyw5QsTiT1TFV/TT4tn5ILgJvctgg7L6bF7dxz9wvQhr99sogXwJ94sCwLFp9uK7iZU6A2/obqEXj1yfOJH0EQUGLZ8AyeExKv/72D8tO/QT"
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Download der Delegationsdatei

Mit dieser Methode können Sie die Delegationsdatei direkt herunterladen. Sobald sie kompiliert und signiert ist, wird sie in Form einer Base-64-kodierten Zeichenfolge mit der Methode PATCH/IT-crif-persona/{id} übergeben.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-crif-persona/%7Bid%7D/delega");

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

Content type
application/json
{
  • "success": false,
  • "message": "Wrong id",
  • "error": 301,
  • "data": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste der zu Ihrem Konto gehörenden Patrimoniale-Persona-Anfragen

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische Persona patrimoniale-persona-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die PDF-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf eine Personensuche

Mit dieser Methode können Sie eine Patrimoniale-Persona anfordern, um nach einer Person zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste der zu Ihrem Konto gehörenden Patrimoniale-Persona-Anfragen

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona-top");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische Persona patrimoniale-persona-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona-top/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die PDF-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona-top/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf eine Personensuche

Mit dieser Methode können Sie eine Suche nach einer Person in einem Nachlassverzeichnis anfordern. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste der zu Ihrem Konto gehörenden Patrimoniale-Persona-Anfragen

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona-top-supervisionato");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische Persona patrimoniale-persona-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona-top-supervisionato/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die PDF-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-patrimoniale-persona-top-supervisionato/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf eine Personensuche

Diese Methode ermöglicht es Ihnen, eine patrimoniale-top-supervisionato auf eine Person zu suchen anfordern. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, ansonsten werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste Ihrer report-persona-top-Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-persona-top");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische Persona-Report-Persona-Top-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-persona-top/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die PDF-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-persona-top/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf eine Personensuche

Mit dieser Methode können Sie einen Bericht-Persona-Top anfordern, um nach einer Person zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste Ihrer Report-Persona-Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-persona");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische report-persona-Anfrage, die mit der id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-persona/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die pdf-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-persona/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf eine Berichtspersonensuche zu einer Person

Mit dieser Methode können Sie eine Berichtsperson anfordern, um nach einer Person zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste Ihrer eredi-con-accettazione Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-eredi-con-accettazione");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische eredi-con-accettazione-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-eredi-con-accettazione/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die pdf-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-eredi-con-accettazione/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf eine eredi-con-accettazione zur Suche nach einer Person

Mit dieser Methode können Sie eine Berichtsperson anfordern, um nach einer Person zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zur Person

Diese Methode zeigt Ihnen die Liste Ihrer eredi-senza-accettazione Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-eredi-senza-accettazione");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische eredi-senza-accettazione-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-eredi-senza-accettazione/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die pdf-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-eredi-senza-accettazione/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf Erbenermittlung ohne Zustimmung zur Suche nach einer Person

Mit dieser Methode können Sie eine Berichtsperson anfordern, um nach einer Person zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
name
required
string

Vorname

surname
required
string

Nachname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

note
string

Vorname

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Azienda

Crif-Suche über das Unternehmen

Liste Ihrer Anfragen zum Unternehmen

Diese Methode zeigt Ihnen die Liste Ihrer Report-Azienda-Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische report-azienda-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaAziendaEuData)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die pdf-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf Erstattung eines Berichts zur Fahndung nach einer Person

Mit dieser Methode können Sie einen Bericht anfordern, um nach einem Unternehmen zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
companyName
required
string

Firmenname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

vatCode
string
note
string
object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zum Unternehmen

Diese Methode zeigt Ihnen die Liste Ihrer report-azienda-top Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda-top");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische report-azienda-top-Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaAziendaEuData)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda-top/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die pdf-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda-top/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Ersuchen um einen Bericht - eine Anfrage zur Suche nach einer Person

Mit dieser Methode können Sie einen Bericht anfordern, um nach einem Unternehmen zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
companyName
required
string

Firmenname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

vatCode
string
note
string
object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zum Unternehmen

Diese Methode zeigt Ihnen die Liste Ihrer report-azienda-top-supervisionato Anfragen, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
object
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda-top-supervisionato");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische report-azienda-top-supervisionato Anfrage in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/json
object (RichiestaAziendaEuData)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda-top-supervisionato/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "string",
  • "error": 0
}

Mit dieser Methode können Sie die pdf-Datei mit den gewünschten Daten direkt herunterladen.

Laden Sie die PDF-Datei herunter, nachdem sie fertig ist. Im Test können Sie die Erstellung der PDF-Datei mit "url/id?callback" simulieren und sie anschließend herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 6477280f496e98e849017aa7

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-report-azienda-top-supervisionato/%7Bid%7D/download");

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

Content type
application/pdf
6477280f496e98e849017aa7.pdf

Antrag auf einen Bericht-azienda-top-supervisionato zur Suche nach einer Person

Mit dieser Methode können Sie einen Bericht anfordern, um nach einem Unternehmen zu suchen. Sie können Ihren Bericht mit titlePdf, logoPdf, textPdf anpassen, andernfalls werden die Standardwerte verwendet

Authorizations:
bearerAuth
Request Body schema: application/json
companyName
required
string

Firmenname

taxCode
required
string

taxCode / italienisch cf (Steuerkennzeichen)

vatCode
string
note
string
object (Callback)
textPdf
string

beschreibung in der fußzeile des umschlags pdf

titlePdf
string

Titel Umschlag pdf

logoPdf
string

URL für persönliches Cover-Logo

Responses

Response Schema: application/json
object (RichiestaPersonaEuResponse)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Liste Ihrer Anfragen zum Unternehmen

Diese Methode zeigt Ihnen die Liste Ihrer Firmenkreditanträge, die zu Ihrem Konto gehören

Authorizations:
bearerAuth

Responses

Response Schema: application/json
Array of objects (Richieste)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-crif-azienda");

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

Content type
application/json
{
  • "data": [
    ],
  • "success": true,
  • "message": "",
  • "error": null
}

Antrag auf Suche nach einem Unternehmen

Mit dieser Methode können Sie einen Antrag auf eine Unternehmensrecherche stellen. Es ist wichtig, dass Sie eine Kopie eines Ausweises, eine Kopie einer Gesundheitskarte und eine Kopie eines Unternehmensregisters im PDF-Format vorlegen.

Authorizations:
bearerAuth
Request Body schema: application/json
company_name
required
string

Firmenname

company_legal_form
required
string

Unternehmensrechtsform

company_tax_code
required
string

Unternehmenssteuernummer

company_vat_number
required
string

Umsatzsteuer-Identifikationsnummer

company_certified_email
required
string <email>

firmenbeglaubigte E-Mail

company_sdi
string

sdi-Rechnungscode des Unternehmens

company_address
required
string

Firmenadresse

company_street_number
required
string

Hausnummer der Firma

company_city
required
string

Unternehmen Stadt

company_postal_code
required
string

Postleitzahl des Unternehmens

company_province
required
string

Unternehmen Provinz

company_country
required
string

Unternehmen Land

first_name
required
string

gesetzlicher Vertreter Vorname

last_name
required
string

Nachname des gesetzlichen Vertreters

birth_date
required
string <date>

Geburtsdatum des gesetzlichen Vertreters

gender
required
string
Enum: "M" "F"

Geschlecht des gesetzlichen Vertreters

fiscal_code
required
string

Abgabenordnung des gesetzlichen Vertreters

birth_city
required
string

gesetzlicher Vertreter Geburtsort

birth_province
required
string

gesetzlicher Vertreter Geburtsland

birth_country
required
string

gesetzlicher Vertreter Geburtsland

residence_address
required
string

Wohnsitzadresse des gesetzlichen Vertreters

residence_street_number
required
string

gesetzlicher Vertreter Wohnsitz Straßennummer

residence_city
required
string

gesetzlicher Vertreter Wohnsitz Stadt

residence_postal_code
required
string

gesetzlicher Vertreter Wohnort Postleitzahl

residence_province
required
string

gesetzlicher Vertreter Wohnort Provinz

residence_country
required
string

gesetzlicher Vertreter Wohnsitzland

document_type
required
string
Enum: "IDENTITY_CARD" "DRIVING_LICENSE" "PASSPORT"

Rechtsvertreter Dokumentenart

document_number
required
string

Dokumentennummer des gesetzlichen Vertreters

release_date
required
string <date>

Datum der Freigabe des Dokuments durch den gesetzlichen Vertreter

expiration_date
required
string <date>

Ablaufdatum des Dokuments des gesetzlichen Vertreters

release_city
required
string

rechtsvertreter dokumentenfreigabe stadt

release_province
required
string

rechtsvertreter dokumentenfreigabe provinz

public_authority
required
string

öffentliche Behörde, die das Dokument des gesetzlichen Vertreters ausgestellt hat

required
string or string

Dokument des rechtlichen Vertreters im pdf-Format

required
string or string

Datei der Krankenversicherungskarte des gesetzlichen Vertreters im pdf-Format

required
string or string

Bericht über die Eintragung des Unternehmens im PDF-Format

object (Callback)

Responses

Response Schema: application/json
object (RichiestaAzienda)
success
boolean
message
string
error
integer

Callbacks

Request samples

Content type
application/json
{
  • "company_name": "openapi",
  • "company_legal_form": "sr",
  • "company_tax_code": "12485671007",
  • "company_vat_number": "12485671007",
  • "company_certified_email": "[email protected]",
  • "company_sdi": "",
  • "company_address": "via marinetti",
  • "company_street_number": "2",
  • "company_city": "roma",
  • "company_postal_code": "00128",
  • "company_province": "rm",
  • "company_country": "italia",
  • "first_name": "mario",
  • "last_name": "rossi",
  • "birth_date": "1990-04-28",
  • "gender": "m",
  • "fiscal_code": "mrrrss89d28l117d",
  • "birth_city": "terni",
  • "birth_province": "tr",
  • "birth_country": "italia",
  • "residence_address": "via rossini",
  • "residence_street_number": "2",
  • "residence_city": "terni",
  • "residence_postal_code": "05100",
  • "residence_province": "tr",
  • "residence_country": "italia",
  • "document_type": "DRIVING_LICENSE",
  • "document_number": "RT5677UI",
  • "release_date": "2001-12-31",
  • "expiration_date": "2030-12-31",
  • "release_city": "terni",
  • "release_province": "tr",
  • "public_authority": "mctc",
  • "document_file": "JVBERi0xLjMKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL1Jlc291cmNlcyAyIDAgUgovQ29udGVudHMgNCAwIFI+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlIC9MZW5ndGggMjg1NT4+CnN0cmVhbQp4nKVa2XLjuBV976+4b85UeWCCO3teAlOQGgkXNUl5qlzzoliyw5QsTiT1TFV/TT4tn5ILgJvctgg7L6bF7dxz9wvQhr",
  • "health_insurance_card_file": "JVBERi0xLjQKMSAwIG9iago8PAovVGl0bGUgKP7/AFAAUgBPAEMAVQBSAEEpCi9DcmVhdG9yICj+/wB3AGsAaAB0AG0AbAB0AG8AcABkAGYAIAAwAC4AMQAyAC4ANikKL1Byb2R1Y2VyICj+/wBRAHQAIAA0AC4AOAAuADcpCi9DcmVhdG",
  • "company_registration_report_file": "JVBERi0xLjQKJeLjz9MKMSAwIG9iago8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDI0MTkvTiAzPj5zdHJlYW0KpiGUlbuOUfkoHcIMHvf7eqrATV1bZpTTVMre2cUZvbDdUMl4+9NRagm9IquKs7XBFUeuqDxnLlMyPL83p4AD5+TOqvVD8kwtQSp5ezioMU/5vnfGDQSdDYcTp3QWvXxdPLREP89LnlSNLR/FrhaJ0J4amPSRm04uxKQ3",
  • "callback": {}
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Callback payload samples

Callback
POST: {$request.body#/callback/url}
Content type
application/json
{
  • "data": {
    }
}

Besondere Anfrage

Diese Methode zeigt Ihnen die spezifische Anfrage von azienda crif in Bezug auf die id

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 64772d88496e98e849017aa8

Request id

Responses

Response Schema: application/json
object (RichiestaAzienda)
success
boolean
message
string
error
integer

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-crif-azienda/%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

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Hochladen der Delegationsdatei

Mit dieser Methode können Sie die Delegationsdatei hochladen. Die Delegationsdatei muss ausgefüllt und signiert sein. Sie können sie über die Methode GET/IT-crif-azienda/{id}/delega herunterladen.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 64772d88496e98e849017aa8

Request id

Request Body schema: application/json
signed_delegation_file
string <byte>

base64_encode(Dateiinhalt); nur pdf-Dateien sind erlaubt

Responses

Response Schema: application/json
object (RichiestaAzienda)
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{
  • "signed_delegation_file": "JVBERi0xLjMKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL1Jlc291cmNlcyAyIDAgUgovQ29udGVudHMgNCAwIFI+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlIC9MZW5ndGggMjg1NT4+CnN0cmVhbQp4nKVa2XLjuBV976+4b85UeWCCO3teAlOQGgkXNUl5qlzzoliyw5QsTiT1TFV/TT4tn5ILgJvctgg7L6bF7dxz9wvQhr99sogXwJ94sCwLFp9uK7iZU6A2/obqEXj1yfOJH0EQUGLZ8AyeExKv/72D8tO/QT"
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true,
  • "message": "",
  • "error": null
}

Download der Delegationsdatei

Mit dieser Methode können Sie die Delegationsdatei direkt herunterladen. Sobald sie kompiliert und signiert ist, wird sie in Form einer Base-64-kodierten Zeichenfolge mit der Methode PATCH/IT-crif-azienda/{id} übergeben.

Authorizations:
bearerAuth
path Parameters
id
required
string
Example: 64772d88496e98e849017aa8

Request id

Responses

Response Schema: application/pdf
string <binary>

Request samples

CURL *hnd = curl_easy_init();

curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET");
curl_easy_setopt(hnd, CURLOPT_URL, "https://risk.openapi.com/IT-crif-azienda/%7Bid%7D/delega");

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

Content type
application/json
{
  • "success": false,
  • "message": "Wrong id",
  • "error": 312,
  • "data": null
}