Skip to main content
GET
List all verifications

Authorizations

Authorization
string
header
required

Username = api_key_id, Password = api_key_secret

Query Parameters

user
string<uuid>

Filter by user ID.

status_state
enum<string>

Filter by verification status state.

Available options:
PENDING,
PROCESSING,
PAUSED,
CANCELLED,
COMPLETED
status_code
enum<string>

Filter by verification status code.

Available options:
pending,
documents_processing,
more_data_required,
report_available,
waiting_on_third_party,
report_generating,
argyle_timeout,
cancelled_by_client,
completed,
completed_with_errors,
user_session_started,
authenticated,
awaiting_certification
report_type
enum<string>

Filter by report type.

Available options:
voie,
voe,
voa,
voi,
voai,
voe-transactions,
doc-voi-mortgage
loan_number
string

Filter by loan number.

limit
integer

Number of verification objects returned per page. Default: 10. Maximum: 200.

cursor
string

The URL returned in next or previous used to retrieve another page of results.

Response

200 - application/json
next
string | null

URL for the next page of results, if available.

previous
string | null

URL for the previous page of results, if available.

results
object[]

Array of verification objects.