{{baseUrl}}/IT-identity-verifications/:id/:type
GET {{baseUrl}}/IT-identity-verifications/:id/:type
In the case of a positive outcome (OK), you can access the data and resources for the next **30 days** using:
/data
: Returns a JSON with all the data./archive
: Returns a PDF or images of the documents based on the 'output' value set during the POST request with the value 'output': { 'imagesAsPdf': false }.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"firstName":"Franco","lastName":"Rossi","gender":"M","birthCountry":"Italia","birthDate":"1977-11-06","birthPlace":"Roma","taxCode":"RSSMRA02D16A662G","documentType":"drive_license","documentNumber":"1111111111","documentDate":"2011-01-10","documentExpiration":"2033-11-06","healthCardExpiration":"2028-01-19","healthCardID":"81111111111111111100"},"success":true,"message":"","error":null}