EPF UAN Validation

This API validates the Universal Account Number (UAN) issued by the Employees' Provident Fund Office (EPFO) in India, ensuring secure authentication and verification of user UAN account.

epf_uan_validation

POST https://secctrl.tutelar.io/api/v1/services/business_profile/epf_uan_validation

Sample Request Body

Body
Type
Mandatory
Description

UAN Number

string

Yes

UAN stands for Universal Account Number. It is a unique 12-digit identification number assigned to employees contributing to the Employees' Provident Fund (EPF) in India.

Sample Post Parameters

{
    "uanNumber": "123456789012",
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "36bca405-dcb2-48d5-a7b9-138b3aa539c3",
    "status": "completed",
    "result": {
        "name": "AJAY SINGH RAWAT",
        "uan": "123456789012",
        "dateOfExit": "31-AUG-2014",
        "dateOfJoining": "01-JAN-2013",
        "establishmentName": "UTTARKHAND VAN VIKAS NIGAM",
        "memberId": "UKDDN00370040000000209",
        "fatherOrHusbandName": "KEDAR SINGH RAWAT",
        "tenureOfEmployment": 20
    },
    "requested_at": "2026-04-29T07:33:17.682Z",
    "completed_at": "2026-04-29T07:33:20.039Z"
}

Get details

GET https://secctrl.tutelar.io/api/v1/services/business_profile/epf_uan_validation

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated