Verification API
API to manage verifications, messages, checkers, devices, and risk scores.
Version: 1.0.0
BasePath:/api/v1
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- HTTP Bearer Token authentication (JWT)
[ Jump to Models ]
Table of Contents
Up
get /verifications/{id}/devices
Get all devices for a verification (verificationsIdDevicesGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
[ {
"displayHeight" : 1080,
"browserTimeZone" : "America/Los_Angeles",
"country" : "United States",
"city" : "Phoenix",
"browserHeight" : 1080,
"ipAddressTimeZone" : "America/Los_Angeles",
"isp" : "COMCAST Cable",
"latitude" : 33.4484,
"browserDateTime" : "Thu Oct 10 2024 10:44:55 GMT-0600 (Mountain Daylight Time)",
"ipAddress" : "192.168.1.1",
"language" : "en-US",
"userAgent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
"operatingSystem" : "Mac OS X 10.15",
"platform" : "MacIntel",
"createdAt" : "2022-01-01T00:00:00Z",
"displayWidth" : 1920,
"browser" : "Firefox 130.0",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"region" : "Arizona",
"browserWidth" : 1920,
"longitude" : -112.0741
}, {
"displayHeight" : 1080,
"browserTimeZone" : "America/Los_Angeles",
"country" : "United States",
"city" : "Phoenix",
"browserHeight" : 1080,
"ipAddressTimeZone" : "America/Los_Angeles",
"isp" : "COMCAST Cable",
"latitude" : 33.4484,
"browserDateTime" : "Thu Oct 10 2024 10:44:55 GMT-0600 (Mountain Daylight Time)",
"ipAddress" : "192.168.1.1",
"language" : "en-US",
"userAgent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
"operatingSystem" : "Mac OS X 10.15",
"platform" : "MacIntel",
"createdAt" : "2022-01-01T00:00:00Z",
"displayWidth" : 1920,
"browser" : "Firefox 130.0",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"region" : "Arizona",
"browserWidth" : 1920,
"longitude" : -112.0741
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
List of devices
404
Verification not found
Up
get /verifications/{id}/document
Get the verification's document (verificationsIdDocumentGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
{
"document" : {
"lastName" : "lastName",
"zipCode" : "zipCode",
"documentType" : "documentType",
"city" : "city",
"documentNumber" : "documentNumber",
"zip4" : "zip4",
"documentNumberSuffix" : "documentNumberSuffix",
"expiryDate" : "expiryDate",
"createdAt" : "2022-01-01T00:00:00Z",
"middleInitial" : "middleInitial",
"eyeColor" : "eyeColor",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"state" : "state",
"issueDate" : "issueDate",
"height" : "height",
"updatedAt" : "2022-01-01T00:00:00Z",
"placeOfBirth" : "placeOfBirth",
"address2" : "address2",
"address1" : "address1",
"sex" : "sex",
"weight" : "weight",
"dateOfBirth" : "2000-01-23",
"firstName" : "firstName",
"issuingAuthority" : "issuingAuthority",
"nationality" : "nationality",
"middleName" : "middleName",
"age" : "age"
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
The verification's document
_verifications__id__document_get_200_response
404
Verification was not found or document is not yet available
410
Document has been removed (occurs when parent verification expires)
Up
get /verifications/{id}/document/scanned_image
Get the scanned image of the document (verificationsIdDocumentScannedImageGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
File
Example data
Content-Type: application/json
"UjBsR09EbGhBUUFCQUlBQUFBQUFBUC8vL3lINUJBRUFBQUFBTEFBQUFBQUJBQUVBQUFJQlJBQTc="
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
The scanned document image
File
404
Verification was not found or document does not have an available scanned image
410
Scanned image has been removed (occurs when parent verification expires)
Up
get /verifications/{id}
Get verification by ID (verificationsIdGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
{
"documentType" : "US_CA_DL",
"devices" : [ {
"displayHeight" : 1080,
"browserTimeZone" : "America/Los_Angeles",
"country" : "United States",
"city" : "Phoenix",
"browserHeight" : 1080,
"ipAddressTimeZone" : "America/Los_Angeles",
"isp" : "COMCAST Cable",
"latitude" : 33.4484,
"browserDateTime" : "Thu Oct 10 2024 10:44:55 GMT-0600 (Mountain Daylight Time)",
"ipAddress" : "192.168.1.1",
"language" : "en-US",
"userAgent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
"operatingSystem" : "Mac OS X 10.15",
"platform" : "MacIntel",
"createdAt" : "2022-01-01T00:00:00Z",
"displayWidth" : 1920,
"browser" : "Firefox 130.0",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"region" : "Arizona",
"browserWidth" : 1920,
"longitude" : -112.0741
}, {
"displayHeight" : 1080,
"browserTimeZone" : "America/Los_Angeles",
"country" : "United States",
"city" : "Phoenix",
"browserHeight" : 1080,
"ipAddressTimeZone" : "America/Los_Angeles",
"isp" : "COMCAST Cable",
"latitude" : 33.4484,
"browserDateTime" : "Thu Oct 10 2024 10:44:55 GMT-0600 (Mountain Daylight Time)",
"ipAddress" : "192.168.1.1",
"language" : "en-US",
"userAgent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
"operatingSystem" : "Mac OS X 10.15",
"platform" : "MacIntel",
"createdAt" : "2022-01-01T00:00:00Z",
"displayWidth" : 1920,
"browser" : "Firefox 130.0",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"region" : "Arizona",
"browserWidth" : 1920,
"longitude" : -112.0741
} ],
"verifierChecks" : [ {
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"verifier" : "SCAN",
"verifierResult" : "verifierResult",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"verifier" : "SCAN",
"verifierResult" : "verifierResult",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"updatedAt" : "2022-01-01T00:00:00Z"
} ],
"scores" : [ {
"score" : "score",
"reason" : "reason",
"createdAt" : "2022-01-01T00:00:00Z",
"robotRule" : true,
"verifier" : "DMV",
"ruleType" : "VERIFIER",
"rule" : "rule",
"id" : "d2392d83-8410-41a7-adcf-a792acde7fb9",
"riskyFields" : [ "riskyFields", "riskyFields" ],
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"score" : "score",
"reason" : "reason",
"createdAt" : "2022-01-01T00:00:00Z",
"robotRule" : true,
"verifier" : "DMV",
"ruleType" : "VERIFIER",
"rule" : "rule",
"id" : "d2392d83-8410-41a7-adcf-a792acde7fb9",
"riskyFields" : [ "riskyFields", "riskyFields" ],
"updatedAt" : "2022-01-01T00:00:00Z"
} ],
"reviewAccessExpiresAt" : "2022-01-01T00:00:00Z",
"linkUrlExpiresAt" : "2022-01-01T00:00:00Z",
"expiredLinkUrlAccess" : true,
"createdAt" : "2022-01-01T00:00:00Z",
"overallRisk" : "false",
"requestedMessages" : [ {
"phoneNumber" : "+12003004000",
"channel" : "SMS"
}, {
"phoneNumber" : "+12003004000",
"channel" : "SMS"
} ],
"portalUrl" : "https://portal.example.net/tenants/1C91D8B3-0F1F-40B7-BDB8-2E0B5395DE32/verifications/1C91D8B3-0F1F-40B7-BDB8-2E0B5395DE12",
"linkUrl" : "https://atop.example.net/identity/verifications/1C91D8B3-0F1F-40B7-BDB8-2E0B5395DE12",
"messages" : [ {
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
} ],
"callbackUrl" : "https://example.com/callback/unique/to/this/request/8b62142a99ba759d8c9153b68765513c62180891",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"expiredReviewAccess" : true,
"agentEmailAddress" : "agent@example.com",
"status" : "WAITING",
"updatedAt" : "2022-01-01T00:00:00Z"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Verification details
Verification
404
Verification not found
Up
get /verifications/{id}/messages
Get all messages for a verification (verificationsIdMessagesGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
[ {
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
List of messages
404
Messages not found
Up
get /verifications/{id}/messages/{messageId}
Get a verification's message by ID (verificationsIdMessagesMessageIdGet)
Path parameters
id (required)
Path Parameter — default: null
messageId (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
{
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Message details
_verifications__id__messages_get_200_response_inner
404
Verification or message were not found
Up
post /verifications/{id}/messages
Add a message to a verification (verificationsIdMessagesPost)
Path parameters
id (required)
Path Parameter — default: null
Consumes
This API call consumes the following media types via the request header:
Request body
Example data
Content-Type: application/json
{
"error" : "error"
}
Example data
Content-Type: application/json
{
"error" : "error"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
201
Message added successfully
400
Bad request
404
Not found
410
Messages can no longer be added to this verification
422
Sim swap was detected for a TRUSTED_SMS
ErrorResponse
429
Quota limit has been reached
ErrorResponse
Up
get /verifications/{id}/risk_scores
Get all scores for a verification (verificationsIdRiskScoresGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
[ {
"score" : "score",
"reason" : "reason",
"createdAt" : "2022-01-01T00:00:00Z",
"robotRule" : true,
"verifier" : "DMV",
"ruleType" : "VERIFIER",
"rule" : "rule",
"id" : "d2392d83-8410-41a7-adcf-a792acde7fb9",
"riskyFields" : [ "riskyFields", "riskyFields" ],
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"score" : "score",
"reason" : "reason",
"createdAt" : "2022-01-01T00:00:00Z",
"robotRule" : true,
"verifier" : "DMV",
"ruleType" : "VERIFIER",
"rule" : "rule",
"id" : "d2392d83-8410-41a7-adcf-a792acde7fb9",
"riskyFields" : [ "riskyFields", "riskyFields" ],
"updatedAt" : "2022-01-01T00:00:00Z"
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
List of risk scores
404
Verification not found
Up
get /verifications/{id}/verifier_checks
Get all verifier_checks for a verification (verificationsIdVerifierChecksGet)
Path parameters
id (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
[ {
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"verifier" : "SCAN",
"verifierResult" : "verifierResult",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"verifier" : "SCAN",
"verifierResult" : "verifierResult",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"updatedAt" : "2022-01-01T00:00:00Z"
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
List of verifier checks
404
Not found
Up
post /verifications/{id}/verifier_checks
Add a verifier_checker to a verification (verificationsIdVerifierChecksPost)
Path parameters
id (required)
Path Parameter — default: null
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
202
Accepted - check will be run when a document is available
400
Bad request
410
Verification check can no longer be added to this verification
Up
get /verifications/{id}/verifier_checks/{verifierCheckId}
Get a specific verifier checker by ID (verificationsIdVerifierChecksVerifierCheckIdGet)
Path parameters
id (required)
Path Parameter — default: null
verifierCheckId (required)
Path Parameter — default: null
Return type
Example data
Content-Type: application/json
{
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"documentType" : "documentType",
"verifier" : "DMV",
"verifierResult" : "SUCCESS",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"matches" : {
"lastName" : true,
"zipCode" : true,
"documentType" : true,
"address2" : true,
"city" : true,
"documentNumber" : true,
"address1" : true,
"sex" : true,
"weight" : true,
"zip4" : true,
"dateOfBirth" : true,
"expiryDate" : true,
"firstName" : true,
"middleInitial" : true,
"eyeColor" : true,
"middleName" : true,
"state" : true,
"issueDate" : true,
"height" : true
},
"documentNumberSuffix" : "documentNumberSuffix",
"updatedAt" : "2022-01-01T00:00:00Z"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
Verifier checks details
_verifications__id__verifier_checks_post_request
404
Verification or verifier check not found
Create a new verification (verificationsPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"documentType" : "US_CA_DL",
"devices" : [ {
"displayHeight" : 1080,
"browserTimeZone" : "America/Los_Angeles",
"country" : "United States",
"city" : "Phoenix",
"browserHeight" : 1080,
"ipAddressTimeZone" : "America/Los_Angeles",
"isp" : "COMCAST Cable",
"latitude" : 33.4484,
"browserDateTime" : "Thu Oct 10 2024 10:44:55 GMT-0600 (Mountain Daylight Time)",
"ipAddress" : "192.168.1.1",
"language" : "en-US",
"userAgent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
"operatingSystem" : "Mac OS X 10.15",
"platform" : "MacIntel",
"createdAt" : "2022-01-01T00:00:00Z",
"displayWidth" : 1920,
"browser" : "Firefox 130.0",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"region" : "Arizona",
"browserWidth" : 1920,
"longitude" : -112.0741
}, {
"displayHeight" : 1080,
"browserTimeZone" : "America/Los_Angeles",
"country" : "United States",
"city" : "Phoenix",
"browserHeight" : 1080,
"ipAddressTimeZone" : "America/Los_Angeles",
"isp" : "COMCAST Cable",
"latitude" : 33.4484,
"browserDateTime" : "Thu Oct 10 2024 10:44:55 GMT-0600 (Mountain Daylight Time)",
"ipAddress" : "192.168.1.1",
"language" : "en-US",
"userAgent" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0",
"operatingSystem" : "Mac OS X 10.15",
"platform" : "MacIntel",
"createdAt" : "2022-01-01T00:00:00Z",
"displayWidth" : 1920,
"browser" : "Firefox 130.0",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"region" : "Arizona",
"browserWidth" : 1920,
"longitude" : -112.0741
} ],
"verifierChecks" : [ {
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"verifier" : "SCAN",
"verifierResult" : "verifierResult",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"lastName" : "lastName",
"createdAt" : "2022-01-01T00:00:00Z",
"mnoFallback" : true,
"verifier" : "SCAN",
"verifierResult" : "verifierResult",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"updatedAt" : "2022-01-01T00:00:00Z"
} ],
"scores" : [ {
"score" : "score",
"reason" : "reason",
"createdAt" : "2022-01-01T00:00:00Z",
"robotRule" : true,
"verifier" : "DMV",
"ruleType" : "VERIFIER",
"rule" : "rule",
"id" : "d2392d83-8410-41a7-adcf-a792acde7fb9",
"riskyFields" : [ "riskyFields", "riskyFields" ],
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"score" : "score",
"reason" : "reason",
"createdAt" : "2022-01-01T00:00:00Z",
"robotRule" : true,
"verifier" : "DMV",
"ruleType" : "VERIFIER",
"rule" : "rule",
"id" : "d2392d83-8410-41a7-adcf-a792acde7fb9",
"riskyFields" : [ "riskyFields", "riskyFields" ],
"updatedAt" : "2022-01-01T00:00:00Z"
} ],
"reviewAccessExpiresAt" : "2022-01-01T00:00:00Z",
"linkUrlExpiresAt" : "2022-01-01T00:00:00Z",
"expiredLinkUrlAccess" : true,
"createdAt" : "2022-01-01T00:00:00Z",
"overallRisk" : "false",
"requestedMessages" : [ {
"phoneNumber" : "+12003004000",
"channel" : "SMS"
}, {
"phoneNumber" : "+12003004000",
"channel" : "SMS"
} ],
"portalUrl" : "https://portal.example.net/tenants/1C91D8B3-0F1F-40B7-BDB8-2E0B5395DE32/verifications/1C91D8B3-0F1F-40B7-BDB8-2E0B5395DE12",
"linkUrl" : "https://atop.example.net/identity/verifications/1C91D8B3-0F1F-40B7-BDB8-2E0B5395DE12",
"messages" : [ {
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
}, {
"createdAt" : "2022-01-01T00:00:00Z",
"phoneNumber" : "+12003004000",
"channel" : "SMS",
"id" : "id",
"status" : "status",
"updatedAt" : "2022-01-01T00:00:00Z"
} ],
"callbackUrl" : "https://example.com/callback/unique/to/this/request/8b62142a99ba759d8c9153b68765513c62180891",
"id" : "bd30618f-06d3-45c5-ae52-c36751fc20b2",
"expiredReviewAccess" : true,
"agentEmailAddress" : "agent@example.com",
"status" : "WAITING",
"updatedAt" : "2022-01-01T00:00:00Z"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
201
Verification created successfully
Verification
400
Bad request
[ Jump to Methods ]
Table of Contents
Device
-
DmvVerifierCheck
-
DmvVerifierCheck_matches
-
Document
-
EmailMessage
-
ErrorResponse
-
MnoVerifierCheck
-
MnoVerifierCheck_matches
-
RequestedEmailMessage
-
RequestedSmsMessage
-
RequestedTrustedSmsMessage
-
RiskScore
-
ScanVerifierCheck
-
SmsMessage
-
TrustedSmsMessage
-
Verification
-
VerificationRequest
-
VerificationRequest_requestedMessages_inner
-
Verification_messages_inner
-
_verifications__id__document_get_200_response
-
_verifications__id__messages_get_200_response_inner
-
_verifications__id__verifier_checks_get_200_response_inner
-
_verifications__id__verifier_checks_post_request
-
id (optional)
platform (optional)
language (optional)
browserTimeZone (optional)
browserDateTime (optional)
userAgent (optional)
operatingSystem (optional)
browser (optional)
displayWidth (optional)
displayHeight (optional)
browserWidth (optional)
browserHeight (optional)
ipAddress (optional)
ipAddressTimeZone (optional)
country (optional)
region (optional)
city (optional)
isp (optional)
latitude (optional)
longitude (optional)
createdAt (optional)
id (optional)
lastName (optional)
documentType (optional)
documentNumberSuffix (optional)
verifier
DMV
verifierResult (optional)
SUCCESS
FAILURE
FATAL
mnoFallback (optional)
matches (optional)
createdAt (optional)
updatedAt (optional)
documentNumber (optional)
documentType (optional)
issueDate (optional)
expiryDate (optional)
firstName (optional)
middleName (optional)
middleInitial (optional)
lastName (optional)
address1 (optional)
address2 (optional)
city (optional)
state (optional)
zipCode (optional)
zip4 (optional)
dateOfBirth (optional)
eyeColor (optional)
sex (optional)
height (optional)
weight (optional)
id (optional)
documentType (optional)
documentNumber (optional)
documentNumberSuffix (optional)
issueDate (optional)
expiryDate (optional)
firstName (optional)
middleName (optional)
middleInitial (optional)
lastName (optional)
address1 (optional)
address2 (optional)
city (optional)
state (optional)
zipCode (optional)
zip4 (optional)
dateOfBirth (optional)
eyeColor (optional)
sex (optional)
height (optional)
weight (optional)
age (optional)
nationality (optional)
issuingAuthority (optional)
placeOfBirth (optional)
createdAt (optional)
updatedAt (optional)
id (optional)
emailAddress
channel
EMAIL
status (optional)
createdAt (optional)
updatedAt (optional)
id (optional)
phoneNumber
lastName (optional)
verifier
MNO_V
verifierResult (optional)
mnoFallback (optional)
matches (optional)
createdAt (optional)
updatedAt (optional)
firstName (optional)
middleName (optional)
middleInitial (optional)
lastName (optional)
address1 (optional)
address2 (optional)
city (optional)
state (optional)
zipCode (optional)
zip4 (optional)
dateOfBirth (optional)
phoneNumber (optional)
phoneSim (optional)
emailAddress
channel
EMAIL
phoneNumber
channel
TRUSTED_SMS
id (optional)
score (optional)
rule (optional)
reason (optional)
ruleType (optional)
VERIFIER
DEVICE
SCAN
riskyFields (optional)
verifier (optional)
DMV
MNO_V
robotRule (optional)
createdAt (optional)
updatedAt (optional)
id (optional)
lastName (optional)
verifier (optional)
SCAN
verifierResult (optional)
mnoFallback (optional)
createdAt (optional)
updatedAt (optional)
id (optional)
phoneNumber
channel
SMS
status (optional)
createdAt (optional)
updatedAt (optional)
id (optional)
phoneNumber
channel
TRUSTED_SMS
status (optional)
createdAt (optional)
updatedAt (optional)
id (optional)
agentEmailAddress (optional)
documentType (optional)
US_CA_DL
UK_DL
PASSPORT
linkUrl (optional)
callbackUrl (optional)
linkUrlExpiresAt (optional)
reviewAccessExpiresAt (optional)
portalUrl (optional)
expiredLinkUrlAccess (optional)
expiredReviewAccess (optional)
overallRisk (optional)
false
LOW
MEDIUM
HIGH
status (optional)
WAITING
SCANNED
EXPIRED
requestedMessages (optional)
devices (optional)
verifierChecks (optional)
scores (optional)
messages (optional)
createdAt (optional)
updatedAt (optional)
agentEmailAddress
documentType
US_CA_DL
UK_DL
PASSPORT
callbackUrl (optional)
requestedMessages (optional)
phoneNumber
channel
EMAIL
emailAddress
id (optional)
phoneNumber
channel
EMAIL
status (optional)
createdAt (optional)
updatedAt (optional)
emailAddress
id (optional)
phoneNumber
channel
EMAIL
status (optional)
createdAt (optional)
updatedAt (optional)
emailAddress
id (optional)
lastName (optional)
verifier
MNO_V
verifierResult (optional)
mnoFallback (optional)
createdAt (optional)
updatedAt (optional)
documentType (optional)
documentNumberSuffix (optional)
matches (optional)
phoneNumber
id (optional)
lastName (optional)
documentType (optional)
documentNumberSuffix (optional)
verifier
MNO_V
verifierResult (optional)
mnoFallback (optional)
matches (optional)
createdAt (optional)
updatedAt (optional)
phoneNumber