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
createdAtstringformat: "date-time"
updatedAtstring or nullformat: "date-time"
avatarUrlstring or null
bannerUrlstring or null
likesCountdouble or null
fanCountsobject or null
contentCountsobject or null

Errors