API Service

DIN → Email + Phone

Get complete contact information for company directors — both email and mobile number — using their DIN.

Overview

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.

Key Features

  • Complete contact info in a single API call
  • Both email and mobile number returned
  • Verified data from MCA public records
  • Most cost-effective per data point
  • Bulk lookup support for high volumes

Use Cases

01

Sales teams building comprehensive director contact lists for multi-channel outreach

02

CRM platforms enriching existing records with complete director contact information

03

Lead generation agencies offering verified B2B contact data to their clients

04

Due diligence firms needing complete contact details for background verification

API Reference

Integration is simple with our RESTful API

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

Parameters

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

Sample Request

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

Sample Response

{
  "success": true,
  "data": {
    "din": "00012345",
    "directorName": "RAJESH KUMAR",
    "email": "rajesh@example.com",
    "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.