Get current user

Get details of the currently authenticated user. <Info>Scope required: `read:self`</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Response

Current user details
uuidstringformat: "uuid"
emailstringformat: "email"
handlestring
biostring
displayNamestring
isCreatorboolean
createdAtstring
updatedAtstring
avatarUrlstring or nullformat: "uri"
likesCountdouble or null
fanCountsobject or null
contentCountsobject or null

Errors