Email Verification API
Get started with Maileroo's Email Verification API.
The Maileroo Email Verification API allows users to verify the validity of an email address. It provides details such as format validation, MX record existence, disposable email detection, and domain suggestions for misspelled email addresses.
API Endpoint
The API endpoint for sending emails is:
Method: POST
Content Type: application/json
Authentication
To authenticate your requests, you must include your API key in the X-API-KEY
header of your request. However, you can also include your API key in the request body as a JSON property called api_key
. You can find your API key in the Verifications section of the dashboard.
Ratelimits
This is a free API service provided by Maileroo subject to a fair usage policy. You can make up to 10 requests per second.
Request Body
The request body is a JSON object containing the following fields:
Response Body
The response body is a JSON object containing the following fields:
The data
field is a JSON object containing the following fields:
Error Codes
The API returns the following response codes in the body:
Request Example
The following is an example of a request to the API:
Code Examples
Please download the ZIP file below to get code examples in CURL, PHP, Golang, Python, and Node.js.
Download Code Examples