---
title: "Get Account"
method: GET
path: "/v1/accounts/{account_id}"
tags: ["Accounts"]
---

# Get Account

`GET /v1/accounts/{account_id}`

Retrieve account details by providing its unique identifier.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR

## Path parameters

- `account_id` string, required — ID of the account.

## Response `200`

Successful Response

- OEMAccount
  - `id` string, required
  - `username` string, required

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
