Mr. Mail Tracker API Documentation



Process Geocodes

Purpose: Add the map coordinates to the Mr Mail Tracker database for the all the cities and ZIP codes in a particular mailing list.

Example URL:
https://MrMailTracker.com/api/process_geocodes?login_id=49&user_id=20&key=GsF6CkPmErRh&mailing_id=55382

Query String Parameters:
user_id
The ID of the user making the request.
login_id
The ID of the user to which the API key was assigned. (Can be the same as the user_id.)
key
The random key used to authenticate the user.
mailing_id
The unique identifier of the mailing you need to retrive tracking results for.

Sample response:

{
    "response": "success"
}
        
There's no data returned from the API. After the coordinates have been retrieved, they are stored in the Mr Mail Tracker database. The coordinates can then be retrieved by making a call to the API at the path /api/track_mailing_city or /api/track_mailing_zip.



Note: once the coordinates for a particular city or ZIP code have been retrieved and added to the database, they will be available to all future mailings without calling this function in the API.