Bulk ValidationsEmployment History

Bulk Employment History Verification

Verify employment history for multiple UANs in a single batch. Get employer names, joining/exit dates, and PF details at scale.

curl -X POST "https://production.deepvue.tech/v1/verification/epfo/uan-to-employment-history/batch?webhook_url=example_string" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY" \
  --form batch_file=example_string
{
  "code": 201,
  "timestamp": 1948475859595,
  "transaction_id": "string",
  "request_id": "string",
  "message": "batch processing in progress",
  "sub_code": "SUCCESS",
  "output_batch_file": ""
}
POST
/v1/verification/epfo/uan-to-employment-history/batch
POST
Bearer Token (JWT)
Bearer Tokenstring
Required

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

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

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

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Content-Typestring
Required

The media type of the request body

Options: multipart/form-data
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

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

Query Parameters

Body

multipart/form-data

Responses

Overview

This API enables bulk verification of Universal Account Number (UAN) records to retrieve associated employment history data. You submit a batch file containing UAN numbers, and the system queues the request for processing. Once completed, results are delivered to your registered webhook endpoint.

You can optionally specify a webhook URL as a query parameter to override the default registered endpoint.

Input files must contain fewer than 1,000 records and use uan_number as the sole column header.

Was this page helpful?

Last updated 4 weeks ago

Built with Documentation.AI