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.
B2B sales teams making cold calls to company directors for lead generation
Business development managers following up on proposals with decision-makers
Financial advisors reaching high-net-worth directors for wealth management services
Service providers contacting directors directly for partnership discussions
Integration is simple with our RESTful API
/api/director/phone?din={DIN}| Parameter | Type | Description |
|---|---|---|
| din | string | 8-digit Director Identification Number (e.g., 00012345) |
curl -X GET "https://api.newcompanyalert.in/api/director/phone?din=00012345" \
-H "Authorization: Bearer YOUR_API_KEY"{
"success": true,
"data": {
"din": "00012345",
"directorName": "RAJESH KUMAR",
"mobile": "+919876543210",
"designation": "Director",
"appointmentDate": "2015-06-20"
}
}Standard REST endpoints with JSON responses. Easy to integrate with any programming language or platform.
API key-based authentication. Include your key in the Authorization header for all requests.
Up to 100 requests per minute on standard plans. Higher limits available for enterprise customers.