---
title: "List Transfer Destinations"
method: GET
path: "/settings/transfer-destinations"
tags: ["Settings"]
---

# List Transfer Destinations

`GET /settings/transfer-destinations`

List all transfer destinations for the customer.

Requires transfer_destinations_enabled to be true for the customer.

## Response `200`

Successful Response

- TransferDestinationResponse[]
  - `transfer_destination_id` string, uuid, required
  - `name` string, required — Name of the transfer destination
  - `phone_number` string, required — Phone number in E.164 format
  - `test_phone_number` string, nullable — Alternate number used for test calls when test transfer numbers are enabled
  - `description` string, nullable — Optional description of when to use this destination

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
