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

# Get account

`GET /account`

Returns the companies available to the authenticated API key and the currently selected company.

## Response `200`

Account context returned

- object
  - `success` boolean
  - `user` object
    - `id` string
  - `companies` object[]
    - `id` string
    - `name` string
  - `currentCompanyId` string, nullable
  - `message` string

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

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

---

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