---
title: "Retrieve a customer"
method: GET
path: "/customers/{id}"
tags: ["customers"]
---

# Retrieve a customer

`GET /customers/{id}`

Retrieve identifying information for a specific customer. The returned data varies by customer type - verified customers include contact details, address information, and verification status, while unverified customers and receive-only users contain basic contact information only.

## 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

- **2026-03-26** `0e13062ae3be` — 1 breaking
  - added `#/components/schemas/VerifiedSolePropCustomer` to the response body `oneOf` list for the response status `200`
- **2025-11-19** `e44b6a6d5724` — 2 breaking, 25 warning, 26 info
  - added `#/components/schemas/ReceiveOnlyCustomer` to the response body `oneOf` list for the response status `200`
  - the `oneOf[subschema #1: UnverifiedCustomer]/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `oneOf[subschema #1: UnverifiedCustomer]/_links` from the response with the `200` status
  - removed the optional property `oneOf[subschema #1: UnverifiedCustomer]/correlationId` from the response with the `200` status
  - …49 more
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/customers/: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)
