---
title: "Accounts"
method: GET
path: "/api/accounts"
tags: ["accounts"]
---

# Accounts

`GET /api/accounts`

## Response `200`

Successful Response

- AccountsListResponse
  - `items` AccountSummary[]
    - `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
  - `total` integer

---

[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)
