Get fan insights in bulk

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. <Info>Scopes required: `read:insights`, `read:fan`</Info> <Note>Maximum 20 fan UUIDs per request.</Note>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Query parameters

fanUuidsstringRequired

Comma-separated fan UUIDs to fetch insights for (max 20)

Response

Insight data about the user's fans
resultsmap from strings to objects

Map fan UUID -> insights payload (null when unavailable)

errorslist of objects

Per-fan errors for unresolved entries

Errors