---
title: "Get the current user's outbound referrals (Who I referred?)"
method: GET
path: "/users/me/referrals/outbound"
tags: ["users"]
deprecated: true
---

# Get the current user's outbound referrals (Who I referred?)

`GET /users/me/referrals/outbound`

> **Deprecated.**

**Deprecated.** This path is the pre-`/v2/` URL for `/v2/users/me/referrals/outbound` and is kept only so existing integrations keep working. It behaves identically, responds with a `Sunset` header, and stops being served on 2027-03-01. Move to `/v2/users/me/referrals/outbound`.

Get the current user's outbound referrals (Who I referred?)

## Response `200`

Successful response

- object[]
  - `id` integer, required
  - `createdAt` string, required
  - `updatedAt` string, nullable, required
  - `deletedAt` string, nullable, required
  - `referrerId` string, required
  - `referredId` string, required
  - `rewardedAt` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-09-03** `c5ba6c2504bb` — 2 info
  - api operation id `referral-listCurrentUserOutboundReferrals` removed and replaced with `referral-listCurrentUserOutboundReferrals-legacy`
  - endpoint deprecated

[Change history](https://skmtc.dev/hyperbolic/apis/castle-api/changes/users/me/referrals/outbound/get.md)

---

[API](https://skmtc.dev/hyperbolic/apis/castle-api.md) · [All operations](https://skmtc.dev/hyperbolic/apis/castle-api/llms.txt) · [OpenAPI document](https://skmtc.dev/hyperbolic/apis/castle-api/revisions/c5ba6c2504bb?raw)
