Single Email
Verify Signle Email
GET https://api.saino.io/api/apis/email-cleaning/verify-single
This Endpoint you will used for verifying single email id
Query Parameters
Name
Type
Description
string
Email id which you want to verify.
Headers
Name
Type
Description
token
string
The token provided by the saino application
{
"data":{
"email":"[email protected]",
"free_email":"true",
"result":"Safe to Send / Unsafe to Send",
"status":"Deliverable"
},
"status":"success"
}
{
status: "failed",
error: "" //error message
}Examples
Last updated
Was this helpful?