---
title: "Retrieve Account"
method: GET
path: "/v1/accounting/accounts/{id}"
tags: ["API / Accounting", "Use case / Accounting"]
---

# Retrieve Account

`GET /v1/accounting/accounts/{id}`

Retrieves a single accounting code (GL / nominal code) by its ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- ApiAccountingModelsMasterDataAccountOutput
  - `id` string, uuid, required — Unique identifier of the record in Qargo.
  - `archived` boolean, required — Whether this record has been archived.
  - `code` string, required — Accounting code (GL / nominal code).
  - `name` string, required — Display name of the account.
  - `billing_entity` BillingEntity, required
    - `id` string, uuid, required — Unique identifier of the billing entity in Qargo.
    - `legal_name` string, required — Legal name of the billing entity.
    - `vat_number` string, required — VAT number of the billing entity.
    - `code` string, required — Code of the billing entity.
    - `company_registration_number` string, required — Company registration number of the billing entity.
    - `is_default` boolean — Indicates whether this billing entity is the default one.

## Other responses

- `400` — Bad Request — invalid input or malformed request
- `401` — Unauthorized — missing or invalid authentication credentials
- `403` — Forbidden — insufficient permissions for this operation
- `422` — Validation Error
- `429` — Too Many Requests — rate limit exceeded. See the `Retry-After` header
- `500` — Internal Server Error
- `503` — Service Unavailable — temporarily unable to handle the request

---

[API](https://skmtc.dev/qargo/apis/qargo-tms-api.md) · [All operations](https://skmtc.dev/qargo/apis/qargo-tms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qargo/qargo-tms-api/revisions/56fb7643aeba/schema)
