API Documentation

Validate Email

The Validate Email section in the Info Geenie API allows users to validate an email address in real-time. By sending a request to this section, users can verify the accuracy and existence of an email address, ensuring data quality and reducing bounce rates in their applications.

Header Parameters

x-rapidapi-hoststring

The host of the RapidAPI service for accessing the validate_email endpoint.

x-rapidapi-keystring

The API key for authentication and authorization to access the validate_email endpoint.

Query Parameters

emailstring

The email address to be validated.

Was this section helpful?

Base URL

Production:
https://real-time-email-validation.p.rapidapi.com/validate_email

Language Box

GET/validate_email?email=use...
cURL
curl --location 'https://real-time-email-validation.p.rapidapi.com/validate_email?email=user@gmail.com' \
--header 'x-rapidapi-host: real-time-email-validation.p.rapidapi.com' \
--header 'x-rapidapi-key: xxxxxxxxxxxxxxxxxxxxxxx'
Response
200
{
  "email": "user@gmail.com",
  "format_valid": true,
  "is_temporary": false,
  "domain_exists": true,
  "mx_record_exists": true,
  "smtp_check": true,
  "score": 100,
  "status": "valid",
  "message": "The email address is valid."
}

Need help getting started?

Contact our support team