> ## 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.

# アカウント

> アカウント エンドポイントの生成済みリファレンスです。

# アカウント

アカウント エンドポイントの生成済みリファレンスです。

この生成済みページは、アカウント カテゴリのすべての Public API 操作をまとめています。

## エンドポイント

* [GET /v1/public/accounts](/ja/api/v1/public/accounts/get) - アカウントを一覧表示
* [GET /v1/public/accounts/\{account\_id}](/ja/api/v1/public/accounts/account_id/get) - アカウントを取得

## アカウントを一覧表示

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

アカウントを一覧表示

公開APIプリンシパルに表示される顧客アカウントを一覧表示します。

完全なリファレンス: [GET /v1/public/accounts](/ja/api/v1/public/accounts/get)

<Note>
  OpenAPI リファレンス: `/openapi.ja.json GET /v1/public/accounts`
</Note>

## アカウントを取得

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

アカウントを取得

公開APIプリンシパルに表示される構造化されたアカウント詳細を返します。

完全なリファレンス: [GET /v1/public/accounts/\{account\_id}](/ja/api/v1/public/accounts/account_id/get)

<Note>
  OpenAPI リファレンス: `/openapi.ja.json GET /v1/public/accounts/{account_id}`
</Note>

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