List VerificationReports
GET / v1 / identity / verification_reports
List all verification reports.
Parameters
- client _ reference _ id string A string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.
- created object Only return VerificationReports that were created during the given date interval.
- type enum Only return VerificationReports of this type Possible enum values
documentPerform a document check.id_numberPerform an ID number check. - verification _ session string Only return VerificationReports created by this VerificationSession ID. It is allowed to provide a VerificationIntent ID.
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
List of VerificationInent objects that match the provided filter criteria.
Response
