Get account view for a managed creator

Get the account view (profile, status, earnings totals, last payout, fan counts) for a creator the authenticated agency team member manages.

get/creators/{creatorUserUuid}/account

Path parameters

creatorUserUuidstring uuid required

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

Account details for the managed creator

uuidstring uuid required
emailstring email required
handlestring required
displayNamestring required
isCreatorboolean required
isAiCreatorboolean required

Whether the account is an AI creator: an AI-generated persona rather than a human creator. Fanvue marks these with an "AI Generated" badge, so surface the same disclosure wherever you show the creator off-platform. Always false for non-creator accounts.

createdAtstring date-time required
updatedAtstring date-time nullable required
avatarUrlstring nullable required
bannerUrlstring nullable required
biostring required
likesCountnumber

Total likes the creator's content has received. Absent for non-creator accounts.

Changes