---
title: "List Transfer Recipients"
method: GET
path: "/transfers/recipients"
tags: ["Transfers"]
---

# List Transfer Recipients

`GET /transfers/recipients`

Lists the people and accounts you can send money to.

## Query parameters

- `origin_id` string, required
- `query` string
- `first` integer
- `after` string

## Response `200`

recipients listed

- object
  - `data` union[], required
    - union
      - object
        - `id` string, required — User ID.
        - `name` string, nullable, required — User display name.
        - `object` 'user', required
        - `profile_picture_url` string, nullable, required — User profile image URL.
        - `username` string, nullable, required — User's username.
      - object
        - `id` string, required — Account ID.
        - `logo_url` string, nullable, required — Account logo URL.
        - `object` 'account', required
        - `route` string, nullable, required — Account route.
        - `title` string, nullable, required — Account display name.
  - `page_info` object, required
    - `end_cursor` string, nullable, required
    - `has_next_page` boolean, required
    - `has_previous_page` boolean, required
    - `start_cursor` string, nullable, required

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

## Changes

- **2026-08-31** `4ddae15b5de8` — 1 info
  - the security scope `company:authorized_user:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-30** `9e320991dd2f` — 1 info
  - the security scope `company:authorized_user:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `1b5d50d09479` — 1 info
  - the security scope `company:authorized_user:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-28** `4da7133b2de7` — 1 info
  - the security scope `company:authorized_user:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-28** `85786e675f3b` — 1 info
  - the security scope `company:authorized_user:read` was added to the endpoint's security scheme `bearerAuth`

[Full history](https://skmtc.dev/whop/apis/whop-api/changes/transfers/recipients/get.md)

---

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