---
title: "GET /v1/finances/accounts/"
method: GET
path: "/v1/finances/accounts/"
tags: ["v1"]
---

# GET /v1/finances/accounts/

`GET /v1/finances/accounts/`

## Response `200`

- PaymentAccount[]
  - `id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `default` boolean
  - `initial` string, decimal
  - `balance` string, decimal, required
  - `types` integer[]
  - `order` integer, nullable
  - `deleted` boolean, required
  - `deleted_at` string, date-time, nullable, required
  - `tenant` integer

---

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