---
title: "Retrieve account details"
method: GET
path: "/accounts/{id}"
tags: ["accounts"]
---

# Retrieve account details

`GET /accounts/{id}`

Returns basic account information for your authorized Main Dwolla Account, including account ID, name, and links to related resources such as funding sources, transfers, and customers.

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `403` — forbidden
- `404` — not found

## Changes

- **2025-12-11** `cc67dc949947` — 1 breaking, 8 warning
  - the `timezoneOffset` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - removed the optional property `address` from the response with the `200` status
  - removed the optional property `authorizedRep` from the response with the `200` status
  - removed the optional property `created` from the response with the `200` status
  - …5 more
- **2025-10-01** `ccf8c4851ae7` — 1 info
  - added the required property `address/country` to the response with the `200` status
- **2025-06-06** `231d0268586b` — 2 info
  - the response property `code` became required for the status `404`
  - the response property `message` became required for the status `404`
- **2025-05-30** `9c0a7a570129` — 2 info
  - api tag `accounts` added
  - api tag `account` removed
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/accounts/:id/get.md)

---

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