User Status
This method allows you to fetch the user's status.
Retrieve User Status
POST
https://dcams.app/v3/stable/user/status
This endpoint allows you to get the status of the user.
Request Body
Name
Type
Description
user
string
Veratad API Username
pass
string
Veratad API Password
string
The user's email address
{
"fn": "TIM",
"ln": "SMITH",
"addr": "123 MAIN ST",
"city": "STRATFORD",
"state": "CT",
"zip": "06614",
"dob": "19870203",
"email": "[email protected]",
"reference": "12344",
"status": "PENDING",
"additionalData": {
"value_1": "rangers",
"value_2": "test2"
},
"dcams_plus": {
"document_data": {
"FirstName": "STEVE",
"LastName": "JONES",
"MiddleName": "JIM",
"Address": "123 MAIN ST",
"City": "STRATFORD",
"State": "CT",
"Zip": "06614",
"DateOfBirth": "19630203",
"Height": "5-03",
"Sex": "M",
"EyeColor": "BRO",
"DocumentNumber": "D485995948833",
"IssueDate": "20190812",
"ExpirationDate": "20230203"
},
"confirmation": 93239228,
"action": "PENDING",
"detail": "MORE INFORMATION IS REQUIRED",
"issues": [
"LAST NAME DOES NOT MATCH DOCUMENT",
"DOB DOES NOT MATCH DOCUMENT",
"FIRST NAME DOES NOT MATCH DOCUMENT"
]
},
"documents": null,
"found": true
}
Request Body
{
"user": "USERNAME",
"pass": "PASSWORD",
"email": "[email protected]"
}
Last updated