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

# Get Account

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

## Path parameters

- `account_id` string, required

## Response `200`

Successful Response

- AccountDetail
  - `id` string, required
  - `accountNumber` string, required
  - `name` string, required
  - `shortName` string, nullable
  - `isTest` boolean, required
  - `businessDashboardsEnabled` boolean, required
  - `segment` string, required
  - `status` string, required
  - `portfolioId` string, nullable
  - `portfolioName` string, nullable
  - `fgaSyncStatus` string, required
  - `fgaLastError` string, nullable
  - `fgaLastReconciledAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable
  - `syncStatus` ScopeSyncStatus, required
    - `inSync` boolean, required
    - `reconciled` boolean
    - `missingTuples` ScopeTuple[]
      - `user` string, required
      - `relation` string, required
      - `object` string, required
    - `extraTuples` ScopeTuple[]
      - `user` string, required
      - `relation` string, required
      - `object` string, required
    - `writesAttempted` ScopeTuple[]
      - `user` string, required
      - `relation` string, required
      - `object` string, required
    - `deletesAttempted` ScopeTuple[]
      - `user` string, required
      - `relation` string, required
      - `object` string, required
    - `error` 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)
