Get Customer Status
Once a customer is registered with the document storage system you can get their status and other details stored in the system without their document images by making this API call.
post
https://dcams.app
/v3/stable/api/storage
getStatus
{
"user": "USERNAME",
"pass": "PASSWORD",
"service": "getStatus",
"target": {
"email": "[email protected]"
}
}
The response will include all of the target attributes stored within the system for this user and the following varying fields.
attribute | values |
result | Success Error |
status | PASS PENDING FAIL |
Last modified 3yr ago