API document

Request host: https://gapi.hotmail007.com

Request format: GET application/json

Request api:

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


1. GET Check Balance

GET

https://gapi.hotmail007.com/api/user/balance?clientKey= your clientKey

Request Parameters

Request Example

{
  "clientKey": "cc9c18d3e263515c2c072b36a7125eecc078618f"
}

Response Data

success

{
  "code": 0,
  "data": 0.02, // balance
  "success": true
}

2. GET Get mail account Inventory

GET

https://gapi.hotmail007.com/api/mail/getStock?mailType= outlook/hotmail

Request Parameters

Request Example

{
  "mailType": "outlook"
}

Response Data

success

{
  "code": 0,
  "data": 9286,  // Stock Quantity
  "success": true
}

3. GET Get mail

GET

https://gapi.hotmail007.com/api/mail/getMail?clientKey= your clientKey&mailType= outlook/hotmail&quantity= the quantity you want

Request Parameters

Request Example

{
  "clientKey":  "cc9c18d3e263515c2c072b36a7125eecc078618f",
  "mailType": "hotmail",  // hotmail, outlook
  "quantity": 1
}

Response Data

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
  }