Get creator's smart lists
Get all available smart lists for a specific creator with member counts.
Smart lists are system-generated dynamic audience segments (not user-created lists). They are computed from relationship/subscription/payment state and update automatically.
Examples include:
- `subscribers`
- `followers`
- `auto_renewing`
- `non_renewing`
- `expired_subscribers`
- `free_trial_subscribers`
- `spent_more_than_50`
For `subscribers`, the count reflects current non-deleted subscription relationships that are contactable by the requested creator.
<Info>Scopes required: `read:creator` `read:chat` `read:fan`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
creatorUserUuid
Headers
X-Fanvue-API-Version
API version to use for the request
Response
List of smart lists
name
Display name of the smart list
uuid
Smart list unique identifier
count
Number of members in this list
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error