> For the complete documentation index, see [llms.txt](https://docs.tutelar.io/tutelar-api-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tutelar.io/tutelar-api-document/business-profile/mca-signatories.md).

# MCA Signatories

Fetch director or partner details of registered companies or LLPs from MCA records to ensure authenticity and support reliable business KYC.

## mca\_signatories

<mark style="color:green;">`POST`</mark> `https://secctrl.tutelar.io/api/v1/services/business_profile/mca_signatories`

#### Sample Request Body

<table><thead><tr><th width="167">Body</th><th width="148">Type</th><th>Mandatory</th><th width="217">Description</th></tr></thead><tbody><tr><td>cin_number</td><td>string</td><td>Yes</td><td>CIN Number</td></tr><tr><td>consent</td><td>string</td><td>Yes</td><td>Consent</td></tr></tbody></table>

#### Sample Post Parameters

```json
{
    "cin_number": "U64201TN2022PTC154526",
    "consent": "Y"
}
```

{% tabs %}
{% tab title="200: Success Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "10dcc1de-54ef-4c34-8826-e6bc4f6644bb",
    "status": "completed",
    "result": [
        {
            "dinOrDpinOrPan": "09701508",
            "fullName": "MUZAMMIL",
            "designation": "WHOLE-TIME DIRECTOR",
            "dateOfAppointment": "10/08/2022",
            "dscExpiryDate": "",
            "wheatherDscRegistered": "No",
            "address": "4/18 PUDUR ,M V KUPPAM MELVAITHINANKUPPAM AMBUR ,VELLORE ,Tamil Nadu ,635805 ,India"
        },
        {
            "dinOrDpinOrPan": "09701509",
            "fullName": "AKBAR BASHA MUDHARSEER",
            "designation": "MANAGING DIRECTOR",
            "dateOfAppointment": "10/08/2022",
            "dscExpiryDate": "",
            "wheatherDscRegistered": "No",
            "address": "4/18 PUDUR ,M V KUPPAM PERNAMBUT ,AMBUR ,Tamil Nadu ,635805 ,India"
        }
    ],
    "requested_at": "2026-05-14T09:20:13.155Z",
    "completed_at": "2026-05-14T09:20:29.877Z"
}
```

{% endtab %}

{% tab title="200 : In progress" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "b49bb6fe-b457-4af0-a8cf-599b9d29c687",
    "status": "in_progress",
    "requested_at": "2026-05-08T07:33:29.760Z"
}
```

{% endtab %}

{% tab title="400: Validation Error Response" %}

```json
{
    "success": false,
    "code": 400,
    "message": "CIN Number should not be empty",
    "error": {
        "message": "CIN Number should not be empty",
        "field": "cin_number",
        "code": "BAD_REQUEST"
    }
}
```

{% endtab %}

{% tab title="200: Failure Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "bcf66453-586e-478b-8cb6-72c8d7aede38",
    "status": "failed",
    "error": {
        "message": "Invalid details were provided. Please submit valid details.",
        "code": "ERROR"
    },
    "requested_at": "2026-05-14T09:23:00.656Z",
    "completed_at": "2026-05-14T09:23:12.842Z"
}
```

{% endtab %}
{% endtabs %}

## Get details

<mark style="color:blue;">`GET`</mark> `https://secctrl.tutelar.io/api/v1/services/business_profile/mca_signatories`

### Query parameters description is given below,

<table><thead><tr><th width="197">Query Parameter </th><th width="139">Type</th><th>Is  Mandatory</th><th>Description</th></tr></thead><tbody><tr><td>reference_id </td><td>String </td><td>Yes </td><td>Document reference id</td></tr></tbody></table>

{% tabs %}
{% tab title="200: Success Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "10dcc1de-54ef-4c34-8826-e6bc4f6644bb",
    "status": "completed",
    "result": [
        {
            "dinOrDpinOrPan": "09701508",
            "fullName": "MUZAMMIL",
            "designation": "WHOLE-TIME DIRECTOR",
            "dateOfAppointment": "10/08/2022",
            "dscExpiryDate": "",
            "wheatherDscRegistered": "No",
            "address": "4/18 PUDUR ,M V KUPPAM MELVAITHINANKUPPAM AMBUR ,VELLORE ,Tamil Nadu ,635805 ,India"
        },
        {
            "dinOrDpinOrPan": "09701509",
            "fullName": "AKBAR BASHA MUDHARSEER",
            "designation": "MANAGING DIRECTOR",
            "dateOfAppointment": "10/08/2022",
            "dscExpiryDate": "",
            "wheatherDscRegistered": "No",
            "address": "4/18 PUDUR ,M V KUPPAM PERNAMBUT ,AMBUR ,Tamil Nadu ,635805 ,India"
        }
    ],
    "requested_at": "2026-05-14T09:20:13.155Z",
    "completed_at": "2026-05-14T09:20:29.877Z"
}
```

{% endtab %}

{% tab title="200: Inprogress Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "b49bb6fe-b457-4af0-a8cf-599b9d29c687",
    "status": "in_progress",
    "requested_at": "2026-05-08T07:33:29.760Z"
}
```

{% endtab %}

{% tab title="200: Failure Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "bcf66453-586e-478b-8cb6-72c8d7aede38",
    "status": "failed",
    "error": {
        "message": "Invalid details were provided. Please submit valid details.",
        "code": "ERROR"
    },
    "requested_at": "2026-05-14T09:23:00.656Z",
    "completed_at": "2026-05-14T09:23:12.842Z"
}
```

{% endtab %}
{% endtabs %}
