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

# Get Account

`GET /accounts/{account_id}`

Get a single payroll account.

## Path parameters

- `account_id` string, uuid, required — UUID of the payroll account.

## Headers

- `Pinwheel-Version` '2025-07-08' | '2023-11-22' | '2023-07-18' | '2023-04-18' | '2022-09-09' | '2022-06-22' | '2022-03-02', required

## Response `200`

OK

- object
  - `data` PayrollAccountObjResponse, required

---

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