Get current user's account

Get the authenticated user's account view: profile, status, earnings totals, last payout, and fan counts.

get/users/account

Headers

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

API version to use for the request

Response

Current user's account details

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