> For the complete documentation index, see [llms.txt](https://help.onebot.tech/onebot-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.onebot.tech/onebot-help/rabota-s-api-platformy/akkaunt.md).

# Аккаунт

## Информация о своем аккаунте.

<mark style="color:blue;">`GET`</mark> `https://app.onebot.tech/api/v1/getMe`

С помощью этого простого метода можно протестировать твой токен.

{% tabs %}
{% tab title="200: OK " %}

```javascript
{"data": {
    "id": 3,
    "name": "Егор",
    "phone": null,
    "email": "eh@example.com",
    "created_at": "2022-11-11T16:56:07+00:00"
    }
}
```

{% endtab %}
{% endtabs %}
