---
title: "List accounts"
method: GET
path: "/api/v1.4/accounts/"
tags: ["v1.1"]
---

# List accounts

`GET /api/v1.4/accounts/`

List all organization accounts

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedDetailAccountList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` DetailAccount[]
    - `id` string, required
    - `name` string, required — Name of the account
    - `payment_methods` unknown[], required — Providers attached to account.
      - unknown

## Other responses

- `400`
- `401`

---

[API](https://skmtc.net/moneyhash/apis/moneyhash-api.md) · [All operations](https://skmtc.net/moneyhash/apis/moneyhash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhash/moneyhash-api/versions/111e4c2e0826/schema)
