# Identity Verifications Identity Verifications provide the resulting information relevant to the requested verification for a set of PII. The response will include the IDV type and results. ## Get identity verifications - [GET /identity_verifications](https://trust-api-docs.redocly.app/v1/identity-verifications/get-identity-verifications.md): Get a set of identity verifications ## Create identity verification - [POST /identity_verifications](https://trust-api-docs.redocly.app/v1/identity-verifications/post-identity-verifications.md): Create a new identity verification ## Get identity verification - [GET /identity_verifications/{identity_verification_id}](https://trust-api-docs.redocly.app/v1/identity-verifications/get-identity-verification-by-id.md): Get a single identity verification with a given id ## Download collected document images - [GET /identity_verifications/{identity_verification_id}/files](https://trust-api-docs.redocly.app/v1/identity-verifications/get-identity-verification-files.md): (Document Verification only) Download a ZIP of collected images for the specified identity verification. The ZIP contains the following files: - Doc_Selfie_1_blob.jpg - the selfie image - documentbackDoc_Back_1_blob.jpg - the document back image - documentfrontDoc_Front_1_blob.jpg - the document front image