Email finder API
Email finder API
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"emailaddress": [
"sg.harish@nocodeapps.io",
"harish.sg@nocodeapps.io",
"sgharish@nocodeapps.io",
"harishsg@nocodeapps.io"
]
}curl --location --request POST 'http://www.simplyapi.tk/api/email-finder/' \
--header 'api-key: 0ed3ccc12ae2b472ad0637bf3600bd0c32d6b03c' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname":"harish",
"lastname":"sg",
"domain":"nocodeapps.io"
}'Python for email finder API
PHP for email finder API
Last updated