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

# Account

`GET /api/accounts/{account_id}`

## Path parameters

- `account_id` string, required

## Response `200`

Successful Response

- PublicAccount
  - `id` string, required
  - `name` string, required
  - `shortName` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
