Skip to main content

Verification report

Verification reports via Dashboard

You can create periodic reports for multiple verification in CSV format via dashboard. This instructions will will guide you through how to do that.

Verification report via API

For API-based data extraction, use the following endpoints:

  1. PDF Reports: Retrieve the PDF format of the ID verification using the ID Verification Report API.
  2. Verification Photos: Retrieve user verification photos using the Verification File URLs API.
tip
  • Photo links are also sent in the webhook. for easy automation. These links are valid for 1 hour for security purposes. You can download and store them locally for long-term use.

Data backup FAQ

  • How can I download photos from ID verifications using the API?

To extract multiple photos, you need to retrieve the scanref list from the Verification Reports with specified date range and data selection. Once you have the scanref list, use the Data Retrieval API with custom code to process it and download the photos directly to your local machine. This ensures that you can efficiently access and save all the verification photos you need.

  • What is the best way to download multiple PDF reports from ID verifications?

To download multiple PDF reports, start by obtaining the scanref list from the Verification Reports with desired date range and data selection. After that, use the ID Verification Report API with custom code to process the scanref list and download the PDF files. This approach allows you to collect multiple verification reports quickly and efficiently.