Our DIN to Email + Phone API is the most comprehensive contact lookup service. Provide the 8-digit DIN and receive the director's verified email address and mobile number in a single API call. This is the most cost-effective option for teams needing full contact details.
Sales teams building comprehensive director contact lists for multi-channel outreach
CRM platforms enriching existing records with complete director contact information
Lead generation agencies offering verified B2B contact data to their clients
Due diligence firms needing complete contact details for background verification
Integration is simple with our RESTful API
/api/director/contact?din={DIN}| Parameter | Type | Description |
|---|---|---|
| din | string | 8-digit Director Identification Number (e.g., 00012345) |
curl -X GET "https://api.newcompanyalert.in/api/director/contact?din=00012345" \
-H "Authorization: Bearer YOUR_API_KEY"{
"success": true,
"data": {
"din": "00012345",
"directorName": "RAJESH KUMAR",
"email": "rajesh@example.com",
"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.