---
title: "GET /v1/billing-accounts"
method: GET
path: "/v1/billing-accounts"
tags: ["billing_account"]
deprecated: true
---

# GET /v1/billing-accounts

`GET /v1/billing-accounts`

> **Deprecated.**

Get Billing Accounts accessible by the api_key

## Response `200`

Successful operation

- object
  - `billing_accounts` BillingAccount[]
    - `name` string, required
    - `role` 'billing_admin' | 'billing_manager' | 'project_creator' | 'billing_member', required
    - `uid` string, required

## Other responses

- `default` — The response body in case of an API error.

## Changes

- **2026-07-10** `1887e880199a` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `default`
  - added the optional property `debug` to the response with the `default` status
  - added the optional property `details` to the response with the `default` status
  - added the optional property `request` to the response with the `default` status
  - …3 more
- **2026-06-03** `b1ae6c985643` — 1 info
  - endpoint deprecated
- **2026-05-13** `af552d2ee8de` — 1 warning
  - added the new `billing_member` enum value to the `billing_accounts/items/role` response property for the response status `200`

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/billing-accounts/get.md)

---

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