---
title: "List the shop's favorited brands or products"
method: GET
path: "/social-intelligence/favorites"
tags: ["Social Intelligence"]
---

# List the shop's favorited brands or products

`GET /social-intelligence/favorites`

The shop's Social Intelligence watchlist for one entity type, most recently added first. Returns bare IDs — feed a `brand` ID into the seller endpoints or a `product` ID into the product endpoints to resolve it.

Favorites are per shop, not per user: everyone on the account sees the same watchlist. Read-only — no `read_write` scope needed. Single-shop only.

## Query parameters

- `entity_type` string, required — `brand` (a TikTok Shop seller) or `product`.

## Response `200`

Successful Response

- FavoritesListResponse — The shop's watchlist for one entity type.
  - `entity_type` string, required
  - `entity_ids` string[], required — Favorited IDs, most recently added first.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc.dev/reacherapp/apis/reacher-data-api/revisions/30bc16d75a0a?raw)
