# Get Hotmail Type

### API

GET <https://khogmail.com/api/v1/hotmail/account\\_type?apikey=\\>\<YOUR\_API\_KEY>

### Example

{% code title="Request" %}

```
GET https://khogmail.com/api/v1/hotmail/account_type?apikey=12345
```

{% endcode %}

{% code title="Response" %}

```json
{
    "data": [
        {
            "id": 1,
            "name": "Hotmail US mới",
            "price": 50,
            "quantity": 345
        },
        {
            "id": 2,
            "name": "Hotmail US 1 ngày",
            "price": 150,
            "quantity": 3408
        }
    ],
    "success": true
}
```

{% endcode %}
