Email finder API

Email finder API

POST https://www.simplyapi.co/email-finder/

Headers

Name
Type
Description

api-key

string

Authentication token

Request Body

Name
Type
Description

firstname

string

first name of the person

lastname

string

last name of the person

domain

string

domain for person's company or employed for

{
    "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

Was this helpful?