---
title: "Fetch Account"
method: GET
path: "/auth/account/"
tags: ["Account"]
---

# Fetch Account

`GET /auth/account/`

Fetch account information from the current session.

## Response `200`

- AccountInfo
  - `_id` string, required
  - `email` string, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/revolt/apis/revolt-api.md) · [All operations](https://skmtc.net/revolt/apis/revolt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revolt/revolt-api/revisions/fee80de86d4d/schema)
