{{baseUrl}}/IT-crif-persona

POST {{baseUrl}}/IT-crif-persona

This method allows you to request a crif to search on a person. It is important to provide a copy of an identity document and a copy of a health card in pdf format.

Request Body

{"first_name"=>"<string>", "last_name"=>"<string>", "email"=>"<email>", "birth_date"=>"<date>", "gender"=>"<string>", "fiscal_code"=>"<string>", "birth_city"=>"<string>", "birth_province"=>"<string>", "birth_country"=>"<string>", "residence_address"=>"<string>", "residence_street_number"=>"<string>", "residence_city"=>"<string>", "residence_postal_code"=>"<string>", "residence_province"=>"<string>", "residence_country"=>"<string>", "document_type"=>"<string>", "document_number"=>"<string>", "release_date"=>"<date>", "expiration_date"=>"<date>", "release_city"=>"<string>", "release_province"=>"<string>", "public_authority"=>"<string>", "document_file"=>"<string>", "health_insurance_card_file"=>"<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;first_name&quot;:&quot;mario&quot;,&quot;last_name&quot;:&quot;rossi&quot;,&quot;email&quot;:&quot;m.rossi@openapi.it&quot;,&quot;birth_date&quot;:&quot;1990-04-28&quot;,&quot;gender&quot;:&quot;m&quot;,&quot;fiscal_code&quot;:&quot;mrrrss89d28l117d&quot;,&quot;birth_city&quot;:&quot;terni&quot;,&quot;birth_province&quot;:&quot;tr&quot;,&quot;birth_country&quot;:&quot;italia&quot;,&quot;residence_address&quot;:&quot;via rossini&quot;,&quot;residence_street_number&quot;:&quot;2&quot;,&quot;residence_city&quot;:&quot;terni&quot;,&quot;residence_postal_code&quot;:&quot;05100&quot;,&quot;residence_province&quot;:&quot;tr&quot;,&quot;residence_country&quot;:&quot;italia&quot;,&quot;document_type&quot;:&quot;IDENTITY_CARD&quot;,&quot;document_number&quot;:&quot;IT567TRF&quot;,&quot;release_date&quot;:&quot;2010-12-01&quot;,&quot;expiration_date&quot;:&quot;2030-12-01&quot;,&quot;release_city&quot;:&quot;terni&quot;,&quot;release_province&quot;:&quot;tr&quot;,&quot;public_authority&quot;:&quot;comune&quot;,&quot;document_file&quot;:&quot;f962040df0eb57939e53aebb4cdea490.pdf&quot;,&quot;health_insurance_card_file&quot;:&quot;7cf5042a4d50d33a5947c0743b23d7c4.pdf&quot;,&quot;callback&quot;:{&quot;url&quot;:&quot;https://your_domain.it/your_callback.php&quot;,&quot;method&quot;:&quot;POST&quot;,&quot;field&quot;:&quot;data&quot;,&quot;headers&quot;:{&quot;session_id&quot;:&quot;oiwejdf89453urf945jfg&quot;},&quot;data&quot;:{}},&quot;state&quot;:&quot;processing&quot;,&quot;creation_timestamp&quot;:1685530639,&quot;last_update_timestamp&quot;:1685530639,&quot;owner&quot;:&quot;m.rossi@gmail.it&quot;,&quot;id&quot;:&quot;6477280f496e98e849017aa7&quot;},&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}