{{baseUrl}}/IT-richiesta

POST {{baseUrl}}/IT-richiesta

This method allows you to create a request to receive information about a natural or legal person; you can request personal data (anagrafica), telephone numbers (telefoni) and the presence of negative events (negativita).

Request Body

{"cf_piva"=>"<string>", "tipo"=>["<string>", "<string>"], "callback"=>{"method"=>"<string>", "field"=>"<string>", "url"=>"<string>", "headers"=>{"key"=>"<string>"}, "data"=>"<object>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;60eeefd05c6fb04d9536b5c2&quot;,&quot;cf_piva&quot;:&quot;RSSMRA90D15L117D&quot;,&quot;tipo&quot;:[&quot;anagrafica&quot;],&quot;callback&quot;:{&quot;url&quot;:&quot;https://yourdomain.com/your_script&quot;,&quot;field&quot;:&quot;data&quot;,&quot;method&quot;:&quot;POST&quot;,&quot;data&quot;:{},&quot;headers&quot;:{&quot;session_id&quot;:&quot;oiwejdf89453urf945jfg&quot;}},&quot;esito&quot;:null,&quot;timestamp&quot;:1625232029,&quot;owner&quot;:&quot;test@email.it&quot;,&quot;soggetto&quot;:null,&quot;status&quot;:&quot;PENDING&quot;,&quot;date_request&quot;:null,&quot;date_completion&quot;:null},&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}