Seed List Region

REST API Method: seed list region

Returns the seed list of email addresses along with isp details and categories to be used in a UI.

URL:

https://api.mailmonitorapp.com/mma/setup/seedlistregion

HTTP Method(s):

GET

Parameters:

n/a

Examples:

https://api.mailmonitorapp.com/mma/setup/seedlistregion

Response:

A JSON array of seed email addresses with isp details and categories

  • seed: email address

  • ispID: integer that represents each ISP

  • ispName: User-friedly text to represent ISP

  • ispCategoryName: User friendly text to represent category of ISP

Example response:

[{"seed":"test@gmail.com","ispID":2,"ispName":"Gmail","ispCategoryName":"Webmail"},...