---
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.

## Changes

- **2026-07-01** `179942001d43` — 2 breaking, 5 info
  - removed the required property `account` from the response with the `200` status
  - removed the required property `ok` from the response with the `200` status
  - added the required property `accountId` to the response with the `200` status
  - added the required property `displayName` to the response with the `200` status
  - …3 more
- **2026-06-05** `3985c6090c91` — 23 breaking, 4 warning, 74 info
  - the response property `checkout_url` became nullable for the status `400`
  - the response property `checkout_url` became nullable for the status `401`
  - the response property `checkout_url` became nullable for the status `429`
  - the response property `checkout_url` became nullable for the status `500`
  - …97 more
- **2026-06-02** `f9083168fd3e` — 1 info
  - api operation id `getAccountProfile` removed and replaced with `getCurrentAccount`

[Change history](https://skmtc.dev/tovuk/apis/tovuk-api/changes/v1/account/get.md)

---

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