---
title: "Get an account details"
method: GET
path: "/platform/api/v1/accounts/{account_id}"
tags: ["Accounts"]
---

# Get an account details

`GET /platform/api/v1/accounts/{account_id}`

Get the details of an account

## Response `200`

Success

- PlatformAccount
  - `id` number — Account ID
  - `name` string — Name of the account

## Other responses

- `401` — Unauthorized
- `404` — The given account does not exist

---

[API](https://skmtc.net/chatwoot/apis/chatwoot-2.md) · [All operations](https://skmtc.net/chatwoot/apis/chatwoot-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chatwoot/chatwoot-2/revisions/f34a278f2713/schema)
