---
title: "Get current account"
method: GET
path: "/v1/account"
tags: ["Accounts"]
---

# Get current account

`GET /v1/account`

Returns the authenticated account profile.

## Response `200`

Account profile loaded.

- AccountProfileResponse — Authenticated account profile.
  - `accountId` string, required
  - `email` string, email, required
  - `provider` 'github' | 'google' | 'email', required
  - `plan` 'unpaid' | 'plus' | 'pro' | 'max', required
  - `displayName` string, nullable, required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Too many requests.
- `500` — Internal server error.

---

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