---
title: "List accounts managed by organization"
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# List accounts managed by organization

`GET /accounts`

## Response `200`

OK

- AccountList
  - `accounts` Account[], required
    - `created` string, date-time — ISO-8601 timestamp that includes date and time
    - `id` string, required — ID of the resource
    - `name` string, required
    - `status` 'complete' | 'pending' | 'rejected', required
    - `updated` string, date-time — ISO-8601 timestamp that includes date and time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/brale/apis/brale-api.md) · [All operations](https://skmtc.dev/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brale/brale-api/revisions/34ce114bd520/schema)
