Documentation

Disposable Email Address Check Endpoint

Cost0 credit / successful request

Given an email address, checks if the email address belongs to a disposable email service.

GET
/api/v2/disposable-email

Authorization

BearerAuth client
AuthorizationBearer <token>

In: header

Scope: client

Query Parameters

email*string

Email address to check

Response Body

application/json

curl -X GET "https://enrichlayer.com/api/v2/disposable-email?email=johndoe%40enrichlayer.com"
{
  "is_disposable_email": false,
  "is_free_email": false
}
Empty
Empty
Empty
Empty
Empty
Empty
Empty