---
title: "Get Account Info"
method: GET
path: "/v0/billing/account-info"
tags: ["Billing"]
---

# Get Account Info

`GET /v0/billing/account-info`

Return billing account information for the authenticated user / org.

The response includes credit balance, Stripe customer status,
account status, and auto-recharge settings.  Context (personal vs org)
is derived from the API key.

## Response `200`

Billing account information

- AccountInfoResponse — Response from ``GET /billing/account-info``. Returns the key billing account fields needed by the frontend: credit balance, billing history indicator, auto-recharge settings, and account status. Context (personal vs org) is derived from the API key.
  - `billing_account_id` integer, required
  - `credits` number
  - `account_status` string
  - `last_recharge_at` string, nullable
  - `autorecharge` boolean
  - `autorecharge_threshold` number
  - `autorecharge_qty` number

## Other responses

- `400` — Billing not set up

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
