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
fanCountsobject
contentCountsobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
410
Gone Error
429
Too Many Requests Error