---
title: "Find a friend content"
method: GET
path: "/api/consumer/{version}/referrer/search/content"
tags: ["Find referrer by name"]
---

# Find a friend content

`GET /api/consumer/{version}/referrer/search/content`

Fetch details from Mention Me with which to build a "find a friend" page. This will include an initial CTA, such as "Been referred by a friend?" as well as specific content which you can use to build the page.

Using this API to build your content will allow you to keep your content up to date with the latest content managed in Mention Me.

You should call this API once when your page is loaded, e.g. on the checkout page, and use it to populate the page.

## Path parameters

- `version` 'v2' | 'v1', required

## Query parameters

- `request[partnerCode]` string, required
- `request[situation]` string, required
- `request[localeCode]` string, required
- `request[userDeviceIdentifier]` string
- `request[deviceType]` string
- `request[appName]` string
- `request[appVersion]` string

## Response `200`

Returned when successful

- RefereeContent
  - `entryCta` string — e.g. "Been referred by a friend?"
  - `headline` string — e.g. "Who referred you to us?"
  - `searchText` string — e.g. "Enter your friends name so we can thank them for referring you to us."
  - `searchCta` string — e.g. "Find them"
  - `nameInputPlaceholder` string — e.g. "Your friend's name"
  - `emailInputPlaceholder` string — e.g. "Your friend's email"

## Other responses

- `403` — Returned when the integration for this merchant is not enabled
- `404` — Returned when it is not possible to an offer to render content for
- `500` — The request contains errors
- `503` — The service was unavailable, try again shortly

---

[API](https://skmtc.net/mention-me/apis/auth-api.md) · [All operations](https://skmtc.net/mention-me/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mention-me/auth-api/versions/cdad84f071bd/schema)
