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

# List exchanges for a customer

`GET /customers/{id}/exchanges`

Returns all exchanges for a specific customer. Exchanges represent connections between the customer's external bank accounts and open banking partners. Includes exchange status, creation date, and links to associated funding sources and partners.

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

successful operation

## Other responses

- `404` — Not Found

## Changes

- **2025-11-19** `e44b6a6d5724` — 3 warning, 8 info
  - added the new `active` enum value to the `_embedded/exchanges/items/status` response property for the response status `200`
  - added the new `deactivated` enum value to the `_embedded/exchanges/items/status` response property for the response status `200`
  - added the new `removed` enum value to the `_embedded/exchanges/items/status` response property for the response status `200`
  - the response property `_embedded` became required for the status `200`
  - …7 more
- **2025-07-01** `633b30cf427d` — 1 breaking
  - added the new required `header` request parameter `Accept`

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