v1
latestOpenAPI 3.0.32026-08-06419.8 KBBatch
Download batch verification results
Available once the job status is completed; returns 400 with code JOB_NOT_COMPLETED before that. Results are returned in the original upload order.
get/api/v1/bulk/results/{jobId}
Path parameters
jobIdstring uuid required
Job ID returned by the upload endpoint
Response
Full verification results
Example response
{
"success": true,
"results": [
{
"subStatus": "accepted_email",
"reason": "accepted_email"
}
]
}