API Service

DIN → Director Mobile

Get verified mobile numbers for company directors using their Director Identification Number (DIN).

Overview

Our DIN to Director Mobile API lets you retrieve the registered mobile phone number of any Indian company director. Simply provide the 8-digit DIN, and receive the director's verified mobile number — perfect for sales calls, follow-ups, and urgent communications.

Key Features

  • Direct mobile number lookup using DIN
  • Verified phone data from MCA records
  • Includes director name and designation
  • Real-time API with sub-second response
  • Bulk lookup support for high volumes

Use Cases

01

B2B sales teams making cold calls to company directors for lead generation

02

Business development managers following up on proposals with decision-makers

03

Financial advisors reaching high-net-worth directors for wealth management services

04

Service providers contacting directors directly for partnership discussions

API Reference

Integration is simple with our RESTful API

GET/api/director/phone?din={DIN}

Parameters

ParameterTypeDescription
dinstring8-digit Director Identification Number (e.g., 00012345)

Sample Request

curl -X GET "https://api.newcompanyalert.in/api/director/phone?din=00012345" \
  -H "Authorization: Bearer YOUR_API_KEY"

Sample Response

{
  "success": true,
  "data": {
    "din": "00012345",
    "directorName": "RAJESH KUMAR",
    "mobile": "+919876543210",
    "designation": "Director",
    "appointmentDate": "2015-06-20"
  }
}

API Pricing

Volume discounts available for bulk requests

Loading pricing...

Integration Details

RESTful API

Standard REST endpoints with JSON responses. Easy to integrate with any programming language or platform.

Authentication

API key-based authentication. Include your key in the Authorization header for all requests.

Rate Limits

Up to 100 requests per minute on standard plans. Higher limits available for enterprise customers.