Skip to main content
GET
Get current user
Required scope
  • read:self — Access your own user profile information, including basic account details and settings.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Response

Current user details

uuid
string<uuid>
required
email
string<email>
required
handle
string
required
bio
string
required
displayName
string
required
isCreator
boolean
required
roles
enum<string>[]
required

Full non-exclusive set of roles held by the account. Unlike isCreator, this expresses that an account can be several things at once (e.g. a creator who also manages an agency). isCreator is retained and always equals roles.includes("creator").

Available options:
creator,
agency,
agency_admin
isDiscoverable
boolean
required

Whether the profile is eligible to appear in Discovery. Reflects the creator's discoverability setting; it is turned off when the account is restricted or fails moderation. Final placement in Discovery and Suggestions feeds also depends on ranking and per-viewer filters, so being discoverable does not guarantee appearance for every viewer. Always false for non-creators.

isInCuratedSection
boolean
required

Whether the creator is currently surfaced in Discovery/Suggestions via the manager-controlled recommendation flag. Unlike isDiscoverable (which is only eligibility), this reflects active curation and is the signal that a model is being surfaced. Final placement for any given viewer still depends on ranking and per-viewer filters (e.g. already-following, country), so this does not guarantee appearance for every viewer. Always false for non-creators.

createdAt
string<date-time>
required
updatedAt
string<date-time> | null
required
avatarUrl
string | null
required
bannerUrl
string | null
required
likesCount
number
fanCounts
object
contentCounts
object