Purpose: Get all the scans for a particular mail piece.
Example URL:
https://MrMailTracker.com/api/track_mail_piece?login_id=49&user_id=20&key=GsF6CkPmErRh&mailing_id=55382&field=Address&value=south
Sample response when there are multiple matches:
{
"matches": [
{
"city": "Dresher",
"zip": "19025 ",
"address2": "",
"state": "PA",
"address": "1429 Southwind Way",
"serial": "527958632"
}, {
"city": "Midlothian",
"zip": "23113 ",
"address2": "",
"state": "VA",
"address": "14304 Southwell Ter",
"serial": "527958195"
}, {
"city": "Lancaster",
"zip": "17601 ",
"address2": "",
"state": "PA",
"address": "2783 Southwick Dr",
"serial": "527964657"
}, {
"city": "Chesterfield",
"zip": "23832 ",
"address2": "",
"state": "VA",
"address": "7424 Southwind Dr Apt 308",
"serial": "527939448"
}
],
"results": 4
}
Example URL:
https://MrMailTracker.com/api/track_mail_piece?login_id=49&user_id=20&key=GsF6CkPmErRh&mailing_id=55382&field=SerialNumber&value=527958632
Sample response when there is a single match:
{
"city": "Dresher",
"zip": "19025 ",
"delivered": true,
"address2": "",
"results": 1,
"imbdigits": "30270106848527958632",
"state": "PA",
"delivery_date": "2/18/2012",
"address": "1429 Southwind Way",
"crrt": "C015",
"scans": [
{
"date": "2/17/2012",
"status": "893",
"st_descr": "General mail processing",
"zipcode": "19176",
"time": "03:51PM"
}, {
"date": "2/17/2012",
"status": "918",
"st_descr": "Final processing for delivery",
"zipcode": "19176",
"time": "10:26PM"
}, {
"date": "2/18/2012",
"status": "919",
"st_descr": "Final processing for delivery",
"zipcode": "19176",
"time": "03:35AM"
}
],
"dp": "52",
"zip4": "1025"
}