---
title: "Get fan insights in bulk"
method: GET
path: "/insights/fans"
---

# Get fan insights in bulk

`GET /insights/fans`

Returns detailed insights for multiple fans in a single request.

This endpoint is optimized for chat list screens that need to hydrate fan insights without per-fan round trips.

Every field carries the same meaning as on `GET /insights/fans/{userUuid}`, including which money fields are net of reversals and which are gross, and the same absence of caching.

<Note>Maximum 20 fan UUIDs per request.</Note>

## Query parameters

- `fanUuids` string, required — Comma-separated fan UUIDs to fetch insights for (max 20)

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Insight data about the user's fans

- object
  - `results` object, required — Map fan UUID -> insights payload (null when unavailable)
  - `errors` object[], required — Per-fan errors for unresolved entries
    - `fanUuid` string, uuid, required
    - `code` 'NOT_FOUND' | 'INTERNAL', required
    - `message` string, required

## Other responses

- `400` — Bad Request - API version not supported OR validation failed (dates, sources, cursor, pagination)
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

## Changes

- **2026-08-30** `dce5621fe589` — 7 info
  - added the required property `results/additionalProperties/spending/lastValidPurchaseAt` to the response with the `200` status
  - added the required property `results/additionalProperties/spending/sources/additionalProperties/average` to the response with the `200` status
  - added the required property `results/additionalProperties/spending/sources/additionalProperties/count` to the response with the `200` status
  - added the required property `results/additionalProperties/spending/sources/additionalProperties/netAverage` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/fanvue/apis/fanvue-api/changes/insights/fans/get.md)

---

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