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

ROC Director Search

This API goes beyond basic profiles, providing extensive details such as the director's name, father's name, date of birth, associations with other companies and LLPs, and other relevant information.

roc_director

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

Sample Request Body

Body
Type
Mandatory
Description

din_number

string

Yes

DIN Number

Sample Post Parameters

{
    "din_number": "01234569"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "7ad5a7ee-a403-452e-a16a-3a8a76a702ef",
    "status": "completed",
    "result": {
        "din": "01234569",
        "designation": "",
        "dateOfAppointment": "",
        "address": "",
        "name": "CHRISTI LYNN DOWD",
        "whetherDscRegistered": "",
        "dscExpiryDate": "",
        "fatherName": "*****ES *****D ****",
        "dob": "29/10/1963",
        "noOfCompanies": "0",
        "splitAddress": {
            "district": [],
            "state": [],
            "city": [],
            "pincode": "",
            "country": [
                "UNITED STATES"
            ],
            "addressLine": ""
        },
        "listOfCompanies": [],
        "listOfLLPs": []
    },
    "requested_at": "2026-05-15T11:19:06.256Z",
    "completed_at": "2026-05-15T11:19:08.889Z"
}

Get details

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

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated