/status
Returns an overview of the current status of the batch.
URL: https://www.numberclean.com/api/status/{batch}
Method: GET
Action: Replace {batch} with the batch id returned from initial request.
Example
https://www.numberclean.com/api/status/8690?key=AB01A&secret=AB99DD
"batchid": "8691",
"status": "complete",
"total_records": "5000",
"records_remaining": "0",
"percentage_complete": "100.00"
Updated almost 8 years ago