Verification Reports
You can retrieve verification reports and associated data from iDenfy using two main methods: the Dashboard for bulk CSV reports, or the API for individual PDF reports and photos.
Dashboard Reports (CSV)
Generate comprehensive verification reports in CSV format directly from the iDenfy dashboard. These reports can cover multiple verifications within your chosen date range and include various data points.
- Instructions: Generating ID Verification Reports on the Dashboard
API Retrieval (PDF & Photos)
Programmatically retrieve specific verification details using our API:
- PDF Reports: Download the full verification summary as a PDF using the ID Verification Report API.
- Verification Photos: Get URLs for specific user verification photos (document images, face photos) using the Verification File URLs API.
Photo Link Expiration
Links to verification photos, whether obtained via API or webhook, are temporary and expire after 1 hour for security reasons. If you need long-term access, please download and store the photos locally soon after retrieval.
Bulk Downloading via API
To efficiently download multiple PDF reports or photos using the API:
- Get
scanRef
List: Generate a Verification Report on the Dashboard for your desired date range, ensuring the report includes thescanRef
column. The scanRef is the unique ID for each verification. - Iterate with API: Create a script or application to loop through the list of
scanRef
s from the report. For eachscanRef
, call the appropriate API endpoint (PDF Report API or Verification File URLs API) to download the corresponding file to your system.