---
title: "List friends for the authenticated consumer"
method: GET
path: "/api/v4/me/friends"
tags: ["Profiles"]
deprecated: true
---

# List friends for the authenticated consumer

`GET /api/v4/me/friends`

> **Deprecated.**

Deprecated. Returns friend profiles linked to the authenticated consumer through referral relationships.

## Response `200`

Successful response

- FriendProfileResponse[]
  - `events` FriendEvent[], required
    - `campaign_id` string
    - `email` string
    - `event_date` string
    - `step_name` string
  - `first_name` string, required
  - `id` string, required
  - `image_url` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
