Lookup the user verification / consent for a contact. Can be used to determine if a customer has already provided consent to pull the credit report from a specific credit report vendor
Click the link above to open this query in Apollo Studio Explorer with the query pre-filled.
You’ll need to authenticate with your sandbox credentials.
Example Response
{
"data": {
"userVerification": {
"data": {
"id": "uv-abc123",
"reqOrgContactId": "contact-12345",
"creditReportUserId": "cr-user-456",
"reqOrgId": "org-alleviate",
"status": "PASSED",
"verificationDate": "2025-01-15T10:30:00.000Z",
"userConsentDate": "2025-01-15T10:28:00.000Z",
"verificationType": "SMS",
"verificationSource": "SPINWHEEL"
},
"errors": null
}
}
}
Arguments
Argument
Type
Description
reqOrgContactId
String!
Requesting organization contact ID to lookup verification status
Customer verification status. Possible values: - NOT_STARTED: The verification process has not started. - IN_PROGRESS: The verification process is ongoing. - FAILED: The verification process failed…
verificationDate
String
User verification date
userConsentDate
String
User consent date
verificationType
String
Verification type cna be SMS or KBA
verificationSource
String
Verification Source
UserVerificationResponseError
Field
Type
Description
message
String
Error message
Error Types
The response may include the following error types: