---
title: "GET /v1/billing-accounts/{billingAccountUID}"
method: GET
path: "/v1/billing-accounts/{billingAccountUID}"
tags: ["billing_account"]
---

# GET /v1/billing-accounts/{billingAccountUID}

`GET /v1/billing-accounts/{billingAccountUID}`

Get Billing Account Information

## Path parameters

- `billingAccountUID` string, required

## Response `200`

Successful operation

- object
  - `name` string
  - `owner` string
  - `plan` object
    - `current_balance` integer
    - `end_date` string, date-time
    - `event_capacity` integer
    - `start_date` string, date-time
    - `type` 'Enterprise' | 'Essentials'
  - `suspended` boolean
  - `uid` string

## Other responses

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

## Changes

- **2026-02-27** `aeab5170b482` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/billing-accounts/:billingAccountUID/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/af552d2ee8de/schema)
