# Accounts

Generated reference for Accounts endpoints.

This generated page groups every public API operation in the Accounts category.

## Endpoints

- [GET /v1/public/accounts](/en/api/v1/public/accounts/get) - List Accounts
- [GET /v1/public/accounts/&#123;account_id&#125;](/en/api/v1/public/accounts/account_id/get) - Get Account

## List Accounts

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

List Accounts

List customer accounts visible to the public API principal.

Full reference: [GET /v1/public/accounts](/en/api/v1/public/accounts/get)

OpenAPI reference: `/openapi.en.json GET /v1/public/accounts`

## Get Account

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

Get Account

Return a structural account detail visible to the public API principal.

Full reference: [GET /v1/public/accounts/&#123;account_id&#125;](/en/api/v1/public/accounts/account_id/get)

OpenAPI reference: `/openapi.en.json GET /v1/public/accounts/{account_id}`
