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

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

email:YourEmailAddress
api_key:YourApiKey
list_name:Names of lists you want to import emails to
numbers_imported:list of numbers(FirstName,LastName,Number)

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

list_name

Required: The Name of the List

numbers_imported

Fields Required*:
FirstName
LastName
*Numbers (9613XXXXXX, 96170XXXXXX, 96171XXXXXX, 96176XXXXXX, 96179XXXXXX, 96181XXXXXX)

Example:

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