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
{
"user": "USERNAME",
"pass": "PASSWORD",
"service": "getDocumentImages",
"target": {
"email": "[email protected]"
}
}
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 |
Last modified 3yr ago