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

# Retrieves account

`GET /v1/account`

Retrieve all data for the account. Use expand=team to retrieve workspace members.

## Query parameters

- `expand` string

## Response `200`

successful

- object
  - `data` Account, required
    - `id` string, required
    - `type` 'account', required
    - `attributes` object, required
      - `id` integer, required
      - `name` string, required
      - `workspace` string, required
      - `domain` string, nullable
      - `status` 'active' | 'pending' | 'disabled' | 'trial'
      - `owner` object, required
        - `name` string, required
      - `logo` string, nullable, required
      - `team` object[] — List of workspace members. Only returned when expand=team is specified.
        - `id` integer
        - `name` string
        - `email` string
        - `first_name` string, nullable
        - `job_title` string, nullable
        - `initials` string
        - `img` string, nullable
        - `deactivated` boolean
        - `role` string
        - `last_activity_at` string, date-time, nullable — Timestamp of the user's last activity
        - `last_sign_in_at` string, date-time, nullable — Timestamp of the user's last sign-in

## Other responses

- `401` — unauthorized

---

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