Note that these data are in json format: “application/json”

POST to  https://eyemails.com/api/developer/import_emails_to_list  with the following form data:

email:YourEmailAddress
api_key:YourApiKey
list_name:Name of list you want to import emails to
emails_imported:list of emails(FirstName,LastName,Email)

POST to  https://eyemails.com/api/developer/import_emails_to_list  with the following parameters

list_name

Required: The Name of the List.

emails_imported

Fields Required*:
FirstName
LastName
*Email

Example:

{
“api_key”:”rkH108igleQfmAquh5NbNw”,
“email”:”[email protected]”,
“list_name”:”listA”,
“emails_imported”: [ { “Email”:”[email protected]” } , { “Email”:”[email protected]” } ]
}
Response:
The API will respond with a success message if successful , or could return with error codes.