For the complete documentation index, see llms.txt. This page is also available as Markdown.

Driving License Advance

Verify driver's license details using RTO data across Indian states for secure and accurate identity authentication during compliance and onboarding.

Submit Document

ind_driving_license

POST https://secctrl.tutelar.io/api/v1/kyc/identity/ind_driving_license_advance

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Description

idNumber

String

Yes

Your DL Number

dateOfBirth

String

Yes

DOB

Sample Post Parameters

{
    "idNumber": "TN6320100000762",
    "dateOfBirth": "DD-MM-YYYY"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "739c9b70-dc3a-4b01-a078-80c6a4c6c36d",
    "status": "completed",
    "result": {
        "name": "SIVA",
        "fatherOrHusband": "MANIKANDAN",
        "issueDate": "12-01-2021",
        "bloodGroup": "A1+",
        "dob": "08-07-2001",
        "licenseNumber": "TN6320100000762",
        "transportvalidity": "",
        "nonTransportValidity": "12-01-2021 to 07-07-2041",
        "status": "Active",
        "covDetails": [
            {
                "cov": "MCWG",
                "issueDate": "12-01-2021"
            }
        ],
        "address": "69 A SOUTH STREET PADAINILAI Pappakudi (North) UDAYARPALAYAM TK,ARIYALUR,TN 612903",
        "statusDetails": {
            "from": "",
            "to": "",
            "remarks": ""
        },
        "initialIssuingOffice": "RTO, ARIYALUR",
        "lastEndorsementDate": "12-01-2021",
        "lastEndorsedOffice": "RTO, ARIYALUR",
        "endorsementReason": "ISSUE OF DRIVING LICENCE",
        "hazardousValidTill": "NA",
        "licenseImageUrl": {
            "key": "kyc/TUTWEBK00341/LicenseImagesDocuments/license_image_1778247691052-17782476909303.jpg",
            "signed_url": "http://3.108.106.182:8000/image-pub/kyc/TUTWEBK00341/LicenseImagesDocuments/license_image_1778247691052-17782476909303.jpg"
        }
    },
    "requested_at": "2026-05-08T13:41:27.219Z",
    "completed_at": "2026-05-08T13:41:31.203Z"
}

Document Status

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/identity/ind_driving_license_advance

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated