---
title: "Get fan insights"
method: GET
path: "/insights/fans/{userUuid}"
---

# Get fan insights

`GET /insights/fans/{userUuid}`

Returns detailed insights about a specific fan for the authenticated creator, including spending statistics, subscription status, and fan engagement metrics.

## Path parameters

- `userUuid` string, uuid, required — Fan's UUID

## Headers

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

## Response `200`

Fan insights data

- object
  - `status` 'subscriber' | 'expired' | 'follower' | 'not_contactable', required — Current fan status
  - `spending` object, required
    - `lastPurchaseAt` string, date-time, nullable, required — Date of last purchase (ISO 8601) or null if no purchases
    - `total` object, required
      - `gross` number, required — DEPRECATED: use `total`. Total amount this fan paid across all transactions, in USD cents. Same value as `total`.
      - `total` number, required — Total amount this fan paid across all transactions, in USD cents
    - `maxSinglePayment` object, required
      - `gross` number, required — DEPRECATED: use `total`. Largest single payment this fan made, in USD cents. Same value as `total`.
      - `total` number, required — Largest single payment this fan made, in USD cents
    - `sources` object, required — Breakdown of spending by source
  - `subscription` object, required
    - `createdAt` string, date-time, nullable, required — Date subscription was created (ISO 8601) or null if no subscription
    - `renewsAt` string, date-time, nullable, required — Date subscription renews (ISO 8601) or null if no active subscription
    - `autoRenewalEnabled` boolean, required — Whether fan has active recurring subscription

## Other responses

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

---

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