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": 1
}
Example of Successful Response Data Composition
{
"code": 0,
"data": [
"Account:Password:Refresh_token:Client_id", // Use a colon to separate individual data
],
"success": true
}
Example of Actual Successful Response Data
{
"code": 0,
"data": [
"keqjqppgx@hotmail.com:DlvC6zgdk7:M.C521_BAY.0.U.-CixR1fgjuI2iV7*zzHgB!7Peg72igyZUybfSJVToAdrzcbPwxpD4D8S
wnMHiOHG2xcc0Cmb7GyqezwmBlcYtCiLNJcUobc!rBzm7OLvCkV9NZD5gvVXiWevnTR4ny2RVyP3TOZWRPRUecQJVDjtyNTE*
!uzICEOsv68Z!GZ3ZU2!rF1kskH2M8dCWZwF42O3Gjmf8Js8aQdK5YHI3!vlwiQGX8e7TII2fdv55**BxCrtuXg4ugII*2Gy3Sd8NRtNsS
WwpI8meKMQ8kz0MZYZWa77fKh2FYanzQ2hIpmMCGBu7MJs8!wAg0PiAHViNwcjqSLahdAx0i5dvNnL5HvbhMsiV61tjooFnC8FZ
sHdllTHY!uY1wk0PLQlpiIy4OIYLcfY1H*ai2ZkrfpdIAqdwp4$:8b4ba9dd-3ea5-4e5f-87f1-ddba2230dck2",
],
"success": true
}