Links

Get Customer Document Images

Once a customer is registered with the document storage system you can get their status and other details stored in the system including their document images by making this API call.
post
https://dcams.app
/v3/stable/api/storage
getDocumentImages

Sample Request Body

{
"user": "USERNAME",
"pass": "PASSWORD",
"service": "getDocumentImages",
"target": {
"email": "[email protected]"
}
}

Response Fields

The response will include all of the target attributes stored within the system for this user, including their document images, and the following varying fields.
attribute
values
result
Success
Error
status
PASS
PENDING
FAIL