{{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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"first_name":"mario","last_name":"rossi","email":"m.rossi@openapi.it","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":"f962040df0eb57939e53aebb4cdea490.pdf","health_insurance_card_file":"7cf5042a4d50d33a5947c0743b23d7c4.pdf","callback":{"url":"https://your_domain.it/your_callback.php","method":"POST","field":"data","headers":{"session_id":"oiwejdf89453urf945jfg"},"data":{}},"state":"processing","creation_timestamp":1685530639,"last_update_timestamp":1685530639,"owner":"m.rossi@gmail.it","id":"6477280f496e98e849017aa7"},"success":true,"message":"","error":null}