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-Version
API version to use for the request
Query parameters
fanUuids
Comma-separated fan UUIDs to fetch insights for (max 20)
Response
Insight data about the user's fans
results
Map fan UUID -> insights payload (null when unavailable)
errors
Per-fan errors for unresolved entries