Our DIN to Director Email API enables you to look up the registered email address of any company director in India. Provide the 8-digit DIN and get their verified email address sourced from MCA filings — ideal for direct outreach and communication.
Sales professionals reaching out directly to company decision-makers via email
Recruitment agencies contacting directors for executive-level hiring opportunities
Investors performing due diligence on company leadership before funding rounds
Legal firms sending notices or communications to specific company directors
Integration is simple with our RESTful API
/api/director/email?din={DIN}| Parameter | Type | Description |
|---|---|---|
| din | string | 8-digit Director Identification Number (e.g., 00012345) |
curl -X GET "https://api.newcompanyalert.in/api/director/email?din=00012345" \
-H "Authorization: Bearer YOUR_API_KEY"{
"success": true,
"data": {
"din": "00012345",
"directorName": "RAJESH KUMAR",
"email": "rajesh@example.com",
"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.