1. https://gapi.hotmail007.com/api/user/balance?clientKey= your clientKey
2. https://gapi.hotmail007.com/api/mail/getStock?mailType= outlook/hotmail
3. https://gapi.hotmail007.com/api/mail/getMail?clientKey= your clientKey&mailType= outlook/hotmail&quantity= the quantity you want
GET
https://gapi.hotmail007.com/api/user/balance?clientKey= your clientKey
{
"clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f"
}
success
{
"code": 0,
"data": 0.02, // balance
"success": true
}
GET
https://gapi.hotmail007.com/api/mail/getStock?mailType= outlook/hotmail
{
"mailType": "outlook"
}
success
{
"code": 0,
"data": 9286, // Stock Quantity
"success": true
}
GET
https://gapi.hotmail007.com/api/mail/getMail?clientKey= your clientKey&mailType= outlook/hotmail&quantity= the quantity you want
{
"clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f",
"mailType": "hotmail", // hotmail, outlook
"quantity": 12
}
success
{
"code": 0,
"data": [
"lucascoxvyl@hotmail.com:aD4ux6xdv",
"henry7nlal@hotmail.com:Uk995x1ge9",
"elijahtucker85@hotmail.com:elqe8N4rm",
"miw1ifboyd@hotmail.com:wny7aeDnp",
"aidenq0murphy@hotmail.com:r7narW4vy4",
"thomaszcylmartin@hotmail.com:GG6zg7nx5",
"isaacfloresvu0@hotmail.com:tdEyi79b4",
"josiah76adunn@hotmail.com:tnyo3K99",
"oliverfsest@hotmail.com:Jelby9d6v2",
"noahhsrmunoz@hotmail.com:GH7CU16fD",
"elijahyoung9pp7@hotmail.com:hAiql471n",
"isaacmasoncyv@hotmail.com:udh3JWZh"
],
"success": true
}