---
title: "Get Account"
method: GET
path: "/v1/accounts/{account_id}"
tags: ["accounts"]
---

# Get Account

`GET /v1/accounts/{account_id}`

Fetch a single account attached to the authenticated organization.

Requires the `accounts:read` scope on the API key.

## Path parameters

- `account_id` string, uuid, required

## Response `200`

Successful Response

- PublicAccountOutput
  - `id` string, uuid, required — Unique identifier of the account.
  - `name` string, nullable — Company name.
  - `domain` string, nullable — Primary company domain.
  - `owner_user_id` string, uuid, nullable — User who owns this account, if any.
  - `owner` PublicUserSummary
    - `id` string, uuid, required — Unique identifier of the user.
    - `name` string, nullable — Display name.
    - `email` string, required — Email address.
  - `first_seen_at` string, date-time, required — When this account was first associated with the organization.
  - `last_seen_at` string, date-time, required — When this account was last touched in the organization.

---

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