# Account Type

#### API

GET <https://api.dongvanfb.net/user/account\\_type?apikey=\\>\<YOUR\_API\_KEY>

#### Example

{% code title="Request" %}

```
GET 'https://api.dongvanfb.net/user/account_type?apikey=36458879248967a36'
```

{% endcode %}

{% code title="Response" %}

```
{
    "error_code": 200,
    "status": true,
    "message": "Success.",
    "data": [
        {
            "id": 5,
            "name": "Hotmail TRUSTED",
            "quality": 0,
            "price": 450
        },
        {
            "id": 6,
            "name": "Outlook TRUSTED",
            "quality": 0,
            "price": 450
        },
        {
            "id": 8,
            "name": "Outlook Domain TRUSTED",
            "quality": 0,
            "price": 450
        },
        {
            "id": 1,
            "name": "HotMail NEW",
            "quality": 0,
            "price": 50
        },
        {
            "id": 2,
            "name": "OutLook NEW",
            "quality": 0,
            "price": 50
        },
        {
            "id": 3,
            "name": "OutLook DOMAIN NEW",
            "quality": 0,
            "price": 50
        },
        {
            "id": 36,
            "name": "Gmail SCAN BAO TRÂU",
            "quality": 0,
            "price": 4500
        },
        {
            "id": 37,
            "name": "Gmail SCAN CỔ BAO TRÂU",
            "quality": 0,
            "price": 6500
        },
        {
            "id": 38,
            "name": "Hotmail bị xác minh số điện thoại",
            "quality": 0,
            "price": 10
        },
        {
            "id": 49,
            "name": "**MAIL TRUSTED VERY CLONE**",
            "quality": 0,
            "price": 300
        },
        {
            "id": 52,
            "name": "**Hotmail PVA kèm mail khôi phục getnada.com**",
            "quality": 3,
            "price": 650
        },
        {
            "id": 53,
            "name": "**HOTMAIL PVA ĐÃ VERY PHONE CHƯA THÊM KHÔI PHỤC**",
            "quality": 0,
            "price": 650
        },
        {
            "id": 54,
            "name": "Outlook bị xác minh số điện thoại",
            "quality": 0,
            "price": 10
        },
        {
            "id": 55,
            "name": "Unlock Mail",
            "quality": 0,
            "price": 500
        }
    ]
}
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dongvanfb.net/api-documents/account-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
