Skip to main content
GET
/
v1
/
verification
/
batch-processing-status
Get Bulk Verification Status
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/batch-processing-status \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "transaction_id": "51cd8b6ab36d46a98afb2f01e856e89a",
  "timestamp": 1732088933797,
  "code": 200,
  "message": "Batch Upload status fetched successfully",
  "sub_code": "SUCCESS",
  "data": {
    "request_id": "06d0d7c340ed460d96103aaa0b26f0de",
    "status": 200,
    "product_id": "",
    "message": "batch processing completed",
    "batch_output_file_url": "https://bulk-data-processing.s3.ap-south-1.amazonaws.com/upi-basic-batch-output-files/06d0d7c340ed460d96103aaa0b26f0de.csv"
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

request_id
string
required

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
BaVerificationData · object
required