> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 账户

> 账户 端点的生成参考。

# 账户

账户 端点的生成参考。

此生成页面汇总 账户 类别中的所有公共 API 操作。

## 端点

* [GET /v1/public/accounts](/zh-cn/api/v1/public/accounts/get) - 列出账户
* [GET /v1/public/accounts/\{account\_id}](/zh-cn/api/v1/public/accounts/account_id/get) - 获取账户

## 列出账户

**GET** `/v1/public/accounts`

列出账户

列出公共 API 主体 可见的客户账户。

完整参考: [GET /v1/public/accounts](/zh-cn/api/v1/public/accounts/get)

<Note>
  OpenAPI 参考: `/openapi.zh-cn.json GET /v1/public/accounts`
</Note>

## 获取账户

**GET** `/v1/public/accounts/{account_id}`

获取账户

返回公共 API 主体 可见的结构化账户详情。

完整参考: [GET /v1/public/accounts/\{account\_id}](/zh-cn/api/v1/public/accounts/account_id/get)

<Note>
  OpenAPI 参考: `/openapi.zh-cn.json GET /v1/public/accounts/{account_id}`
</Note>

<script src="/locale-bridge.js" />
