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": 12
}

Response Data

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
}