> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onlyfansapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Current Account (/api-reference/account/get-current-account)

Get OnlyFans Profile details for the currently used Account

## OpenAPI

````yaml https://app.onlyfansapi.com/scribe-docs/openapi.yaml get /api/{account}/me
openapi: 3.0.3
info:
  title: OnlyFans API
  description: ""
  version: 1.0.0
servers:
  - url: https://app.onlyfansapi.com
security:
  - default: []
tags:
  - name: API Keys
    description: ""
  - name: Account
    description: Endpoints for your linked accounts
  - name: Analytics - Financial
    description: APIs for retrieving financial analytics data
  - name: Analytics - Summary
    description: APIs for retrieving summary analytics data
  - name: Banking
    description: Operations related to user banking details, payout methods, legal
      and tax information, and account country settings.
  - name: Chargebacks
    description: ""
  - name: Chat Messages
    description: ""
  - name: Chats
    description: ""
  - name: Client Sessions
    description: ""
  - name: Connect OnlyFans Account
    description: ""
  - name: Data Exports
    description: APIs for managing data exports
  - name: Engagement / Messages
    description: ""
  - name: Fans
    description: APIs for managing OnlyFans fans (subscribers)
  - name: Fans - AI Summary
    description: APIs for generating and retrieving AI-powered fan profile summaries
  - name: Following
    description: APIs for managing OnlyFans followings (people you're subscribed to)
  - name: Free Trial Links
    description: APIs for managing Free Trial Links
  - name: Giphy
    description: ""
  - name: Link Tags
    description: APIs for managing tags on free trial links and tracking links
  - name: Mass Messaging
    description: ""
  - name: Media
    description: ""
  - name: Media Vault
    description: ""
  - name: Media Vault Lists
    description: ""
  - name: Notifications
    description: Endpoints for managingr account notifications
  - name: Payouts
    description: ""
  - name: Post Comments
    description: ""
  - name: Post Labels
    description: APIs for managing your post labels
  - name: Posts
    description: APIs for managing OnlyFans posts
  - name: Promotions
    description: ""
  - name: Public Profiles
    description: ""
  - name: Queue
    description: ""
  - name: Release Forms
    description: APIs for managing OnlyFans release forms
  - name: Saved For Later (Messages)
    description: ""
  - name: Saved For Later (Posts)
    description: ""
  - name: Settings
    description: ""
  - name: Shared Free Trial Links
    description: APIs for Free Trial Links that other OF creators have shared with
      this account. Revenue, cost, and spender data are not available for shared
      links.
  - name: Shared Tracking Links
    description: APIs for Tracking Links (campaigns) that other OF creators have
      shared with this account. Revenue, cost, and spender data are not
      available for shared campaigns.
  - name: Smart Link Postbacks
    description: APIs for managing Smart Link postback destinations
  - name: Smart Links
    description: APIs for managing Smart Links (Free Trial Links and Tracking Links
      with pooled inventory)
  - name: Statistics
    description: ""
  - name: Stored Free Trial Links
    description: Instant APIs for retrieving stored free trial links from the
      OnlyFansAPI Cache (free, no credits used)
  - name: Stored Shared Free Trial Links
    description: Instant APIs for retrieving stored shared Free Trial Links from the
      OnlyFansAPI Cache (free, no credits used)
  - name: Stored Shared Tracking Links
    description: Instant APIs for retrieving stored shared Tracking Links
      (campaigns) from the OnlyFansAPI Cache (free, no credits used)
  - name: Stored Tracking Links
    description: Instant APIs for retrieving stored tracking links from the
      OnlyFansAPI Cache (free, no credits used)
  - name: Stories
    description: APIs for managing OnlyFans stories
  - name: Story Highlights
    description: APIs for managing OnlyFans story highlights
  - name: Subscription Bundles
    description: ""
  - name: Tracking Links
    description: APIs for managing tracking links
  - name: Transactions
    description: APIs for managing OnlyFans transactions
  - name: User List Collections
    description: ""
  - name: Users
    description: APIs for fetching OnlyFans users
  - name: Webhooks
    description: ""
paths:
  /api/{account}/me:
    parameters:
      - in: path
        name: account
        description: The Account ID
        example: acct_XXXXXXXXXXXXXXX
        required: true
        schema:
          type: string
    get:
      summary: Get Current Account
      operationId: getCurrentAccount
      description: Get OnlyFans Profile details for the currently used Account
      parameters: []
      responses:
        "200":
          description: ""
          content:
            application/json:
              schema:
                type: object
                example:
                  data:
                    view: f
                    isAuth: true
                    ip: 127.0.0.1
                    csrf: csrf_token
                    upload:
                      geoUploadArgs:
                        preset: of_beta
                        protected_preset: of_drm
                        preset_png: of_png
                        isDelay: true
                        needThumbs: true
                        additional:
                          user: "123"
                    avatar: https://public.onlyfans.com/files/w/w6/w6g/.../123/avatar.jpg
                    avatarThumbs:
                      c50: https://thumbs.onlyfans.com/public/files/thumbs/c50/w/w6/w6g/.../123/avatar.jpg
                      c144: https://thumbs.onlyfans.com/public/files/thumbs/c144/w/w6/w6g/.../123/avatar.jpg
                    header: https://public.onlyfans.com/files/k/kk/kk6/.../123/header_image.jpg
                    headerSize:
                      width: 760
                      height: 570
                    headerThumbs:
                      w480: https://thumbs.onlyfans.com/public/files/thumbs/w480/k/kk/kk6/.../123/header_image.jpg
                      w760: https://thumbs.onlyfans.com/public/files/thumbs/w760/k/kk/kk6/.../123/header_image.jpg
                    id: 123
                    name: name
                    username: username
                    canLookStory: true
                    canCommentStory: true
                    hasNotViewedStory: false
                    isVerified: true
                    canPayInternal: true
                    hasScheduledStream: false
                    hasStream: false
                    hasStories: false
                    tipsEnabled: true
                    tipsTextEnabled: true
                    tipsMin: 5
                    tipsMinInternal: 1
                    tipsMax: 200
                    canEarn: true
                    canAddSubscriber: false
                    subscribePrice: 0
                    hasStripe: false
                    isStripeExist: false
                    subscriptionBundles: []
                    canSendChatToAll: true
                    creditsMin: 10
                    creditsMax: 200
                    isPaywallPassed: true
                    canCreateLists: true
                    joinDate: 2025-01-01T00:00:00+00:00
                    isReferrerAllowed: true
                    about: ""
                    isMarkdownDisabledForAbout: true
                    website: https://onlyfans.com
                    wishlist: null
                    location: null
                    postsCount: 2
                    archivedPostsCount: 0
                    privateArchivedPostsCount: 0
                    photosCount: 0
                    videosCount: 0
                    audiosCount: 0
                    mediasCount: 0
                    lastSeen: 2025-01-01T00:00:00+00:00
                    favoritesCount: 0
                    favoritedCount: 0
                    showPostsInFeed: true
                    canReceiveChatMessage: false
                    isPerformer: true
                    isRealPerformer: false
                    isSpotifyConnected: false
                    subscribersCount: 2
                    hasPinnedPosts: true
                    hasLabels: true
                    canChat: true
                    avatarHeaderConverterUpload: true
                    newTagsCount: 0
                    hasTags: false
                    isPrivateRestriction: false
                    showSubscribersCount: false
                    showMediaCount: true
                    subscribedByData: null
                    subscribedOnData: null
                    canCreatePromotion: false
                    canCreateTrial: false
                    isAdultContent: false
                    canTrialSend: false
                    hasLinks: false
                    hasFriends: false
                    firstPublishedPostDate: 2025-01-01T00:00:00+00:00
                    isSpringConnected: false
                    hasNewTicketReplies:
                      open: false
                      solved: false
                      closed: false
                      appeal_form: false
                    hasInternalPayments: false
                    isCreditsEnabled: true
                    creditBalance: 0
                    isMakePayment: false
                    isAgeVerified: false
                    ageVerificationRequired: false
                    isOtpEnabled: true
                    email: user@example.com
                    isEmailChecked: true
                    isLegalApprovedAllowed: true
                    isTwitterConnected: false
                    twitterUsername: TwitterUsername
                    isAllowTweets: false
                    isPaymentCardConnected: true
                    isVisibleOnline: true
                    subscribesCount: 61
                    canPinPost: true
                    hasNewAlerts: false
                    hasNewHints: true
                    hasNewChangedPriceSubscriptions: true
                    notificationsCount: 4
                    hasSystemNotifications: false
                    chatMessagesCount: 57
                    countPinnedChat: 0
                    isWantComments: true
                    watermarkText: OnlyFans.com/username
                    hasWatermarkPhoto: true
                    hasWatermarkVideo: true
                    watermarkPosition: bottom_right
                    advBlock:
                      - banners
                    hasPurchasedPosts: false
                    isEmailRequired: false
                    payoutLegalApproveState: approved
                    enabledImageEditorForChat: true
                    paidFeed: false
                    isRealCardConnected: true
                    countPriorityChat: 35
                    hasScenario: false
                    wsUrl: wss://ws2.onlyfans.com/ws3/03
                    wsAuthToken: ws_auth_token
                    canAddCard: true
                    unreadTips: 0
                    isWalletAutorecharge: false
                    walletAutorechargeAmount: 0
                    walletAutorechargeMin: 0
                    walletFirstRebills: false
                    canAlternativeWalletTopUp: false
                    needIVApprove: false
                    ivStatus: approved
                    ivFailReason: null
                    ivCountry: US
                    ivFlow: default
                    faceIdRegular: []
                    isVerifiedReason: false
                    canReceiveManualPayout: true
                    canReceiveStripePayout: false
                    isNeedConfirmPayout: false
                    canStreaming: false
                    isScheduledStreamsAllowed: false
                    canMakeExpirePosts: true
                    trialMaxDays: 7
                    trialMaxExpiresDays: 30
                    messageMinPrice: 3
                    messageMaxPrice: 100
                    postMinPrice: 3
                    postMaxPrice: 100
                    subscribeMinPrice: 4.99
                    subscribeMaxPrice: 50
                    canAddStory: true
                    canCreateFundRaising: true
                    minFundRaisingTarget: 10
                    maxFundRaisingTarget: 10000
                    ivHideForPerformers: false
                    canChangeContentPrice: true
                    payoutType: bank_ebics_sepa
                    isVatRequired: false
                    isCountryVatRefundable: false
                    isCountryVatNumberCollect: false
                    vatNumberName: VAT
                    isCountryWithVat: false
                    connectedOfAccounts: []
                    canConnectOfAccount: true
                    pinnedPostsCount: 1
                    maxPinnedPostsCount: 5
                    isDeleteInitiated: false
                  _meta:
                    _credits:
                      used: 1
                      balance: 999999841
                      note: Always
                    _cache:
                      is_cached: false
                      note: Cache disabled for this endpoint
                    _rate_limits:
                      limit_minute: 10000000
                      limit_day: 50000
                      remaining_minute: 9999999
                      remaining_day: 49999
                properties:
                  data:
                    type: object
                    properties:
                      view:
                        type: string
                        example: f
                      isAuth:
                        type: boolean
                        example: true
                      ip:
                        type: string
                        example: 127.0.0.1
                      csrf:
                        type: string
                        example: csrf_token
                      upload:
                        type: object
                        properties:
                          geoUploadArgs:
                            type: object
                            properties:
                              preset:
                                type: string
                                example: of_beta
                              protected_preset:
                                type: string
                                example: of_drm
                              preset_png:
                                type: string
                                example: of_png
                              isDelay:
                                type: boolean
                                example: true
                              needThumbs:
                                type: boolean
                                example: true
                              additional:
                                type: object
                                properties:
                                  user:
                                    type: string
                                    example: "123"
                      avatar:
                        type: string
                        example: https://public.onlyfans.com/files/w/w6/w6g/.../123/avatar.jpg
                      avatarThumbs:
                        type: object
                        properties:
                          c50:
                            type: string
                            example: https://thumbs.onlyfans.com/public/files/thumbs/c50/w/w6/w6g/.../123/avatar.jpg
                          c144:
                            type: string
                            example: https://thumbs.onlyfans.com/public/files/thumbs/c144/w/w6/w6g/.../123/avatar.jpg
                      header:
                        type: string
                        example: https://public.onlyfans.com/files/k/kk/kk6/.../123/header_image.jpg
                      headerSize:
                        type: object
                        properties:
                          width:
                            type: integer
                            example: 760
                          height:
                            type: integer
                            example: 570
                      headerThumbs:
                        type: object
                        properties:
                          w480:
                            type: string
                            example: https://thumbs.onlyfans.com/public/files/thumbs/w480/k/kk/kk6/.../123/header_image.jpg
                          w760:
                            type: string
                            example: https://thumbs.onlyfans.com/public/files/thumbs/w760/k/kk/kk6/.../123/header_image.jpg
                      id:
                        type: integer
                        example: 123
                      name:
                        type: string
                        example: name
                      username:
                        type: string
                        example: username
                      canLookStory:
                        type: boolean
                        example: true
                      canCommentStory:
                        type: boolean
                        example: true
                      hasNotViewedStory:
                        type: boolean
                        example: false
                      isVerified:
                        type: boolean
                        example: true
                      canPayInternal:
                        type: boolean
                        example: true
                      hasScheduledStream:
                        type: boolean
                        example: false
                      hasStream:
                        type: boolean
                        example: false
                      hasStories:
                        type: boolean
                        example: false
                      tipsEnabled:
                        type: boolean
                        example: true
                      tipsTextEnabled:
                        type: boolean
                        example: true
                      tipsMin:
                        type: integer
                        example: 5
                      tipsMinInternal:
                        type: integer
                        example: 1
                      tipsMax:
                        type: integer
                        example: 200
                      canEarn:
                        type: boolean
                        example: true
                      canAddSubscriber:
                        type: boolean
                        example: false
                      subscribePrice:
                        type: integer
                        example: 0
                      hasStripe:
                        type: boolean
                        example: false
                      isStripeExist:
                        type: boolean
                        example: false
                      subscriptionBundles:
                        type: array
                        example: []
                      canSendChatToAll:
                        type: boolean
                        example: true
                      creditsMin:
                        type: integer
                        example: 10
                      creditsMax:
                        type: integer
                        example: 200
                      isPaywallPassed:
                        type: boolean
                        example: true
                      canCreateLists:
                        type: boolean
                        example: true
                      joinDate:
                        type: string
                        example: 2025-01-01T00:00:00+00:00
                      isReferrerAllowed:
                        type: boolean
                        example: true
                      about:
                        type: string
                        example: ""
                      isMarkdownDisabledForAbout:
                        type: boolean
                        example: true
                      website:
                        type: string
                        example: https://onlyfans.com
                      wishlist:
                        type: string
                        example: null
                        nullable: true
                      location:
                        type: string
                        example: null
                        nullable: true
                      postsCount:
                        type: integer
                        example: 2
                      archivedPostsCount:
                        type: integer
                        example: 0
                      privateArchivedPostsCount:
                        type: integer
                        example: 0
                      photosCount:
                        type: integer
                        example: 0
                      videosCount:
                        type: integer
                        example: 0
                      audiosCount:
                        type: integer
                        example: 0
                      mediasCount:
                        type: integer
                        example: 0
                      lastSeen:
                        type: string
                        example: 2025-01-01T00:00:00+00:00
                      favoritesCount:
                        type: integer
                        example: 0
                      favoritedCount:
                        type: integer
                        example: 0
                      showPostsInFeed:
                        type: boolean
                        example: true
                      canReceiveChatMessage:
                        type: boolean
                        example: false
                      isPerformer:
                        type: boolean
                        example: true
                      isRealPerformer:
                        type: boolean
                        example: false
                      isSpotifyConnected:
                        type: boolean
                        example: false
                      subscribersCount:
                        type: integer
                        example: 2
                      hasPinnedPosts:
                        type: boolean
                        example: true
                      hasLabels:
                        type: boolean
                        example: true
                      canChat:
                        type: boolean
                        example: true
                      avatarHeaderConverterUpload:
                        type: boolean
                        example: true
                      newTagsCount:
                        type: integer
                        example: 0
                      hasTags:
                        type: boolean
                        example: false
                      isPrivateRestriction:
                        type: boolean
                        example: false
                      showSubscribersCount:
                        type: boolean
                        example: false
                      showMediaCount:
                        type: boolean
                        example: true
                      subscribedByData:
                        type: string
                        example: null
                        nullable: true
                      subscribedOnData:
                        type: string
                        example: null
                        nullable: true
                      canCreatePromotion:
                        type: boolean
                        example: false
                      canCreateTrial:
                        type: boolean
                        example: false
                      isAdultContent:
                        type: boolean
                        example: false
                      canTrialSend:
                        type: boolean
                        example: false
                      hasLinks:
                        type: boolean
                        example: false
                      hasFriends:
                        type: boolean
                        example: false
                      firstPublishedPostDate:
                        type: string
                        example: 2025-01-01T00:00:00+00:00
                      isSpringConnected:
                        type: boolean
                        example: false
                      hasNewTicketReplies:
                        type: object
                        properties:
                          open:
                            type: boolean
                            example: false
                          solved:
                            type: boolean
                            example: false
                          closed:
                            type: boolean
                            example: false
                          appeal_form:
                            type: boolean
                            example: false
                      hasInternalPayments:
                        type: boolean
                        example: false
                      isCreditsEnabled:
                        type: boolean
                        example: true
                      creditBalance:
                        type: integer
                        example: 0
                      isMakePayment:
                        type: boolean
                        example: false
                      isAgeVerified:
                        type: boolean
                        example: false
                      ageVerificationRequired:
                        type: boolean
                        example: false
                      isOtpEnabled:
                        type: boolean
                        example: true
                      email:
                        type: string
                        example: user@example.com
                      isEmailChecked:
                        type: boolean
                        example: true
                      isLegalApprovedAllowed:
                        type: boolean
                        example: true
                      isTwitterConnected:
                        type: boolean
                        example: false
                      twitterUsername:
                        type: string
                        example: TwitterUsername
                      isAllowTweets:
                        type: boolean
                        example: false
                      isPaymentCardConnected:
                        type: boolean
                        example: true
                      isVisibleOnline:
                        type: boolean
                        example: true
                      subscribesCount:
                        type: integer
                        example: 61
                      canPinPost:
                        type: boolean
                        example: true
                      hasNewAlerts:
                        type: boolean
                        example: false
                      hasNewHints:
                        type: boolean
                        example: true
                      hasNewChangedPriceSubscriptions:
                        type: boolean
                        example: true
                      notificationsCount:
                        type: integer
                        example: 4
                      hasSystemNotifications:
                        type: boolean
                        example: false
                      chatMessagesCount:
                        type: integer
                        example: 57
                      countPinnedChat:
                        type: integer
                        example: 0
                      isWantComments:
                        type: boolean
                        example: true
                      watermarkText:
                        type: string
                        example: OnlyFans.com/username
                      hasWatermarkPhoto:
                        type: boolean
                        example: true
                      hasWatermarkVideo:
                        type: boolean
                        example: true
                      watermarkPosition:
                        type: string
                        example: bottom_right
                      advBlock:
                        type: array
                        example:
                          - banners
                        items:
                          type: string
                      hasPurchasedPosts:
                        type: boolean
                        example: false
                      isEmailRequired:
                        type: boolean
                        example: false
                      payoutLegalApproveState:
                        type: string
                        example: approved
                      enabledImageEditorForChat:
                        type: boolean
                        example: true
                      paidFeed:
                        type: boolean
                        example: false
                      isRealCardConnected:
                        type: boolean
                        example: true
                      countPriorityChat:
                        type: integer
                        example: 35
                      hasScenario:
                        type: boolean
                        example: false
                      wsUrl:
                        type: string
                        example: wss://ws2.onlyfans.com/ws3/03
                      wsAuthToken:
                        type: string
                        example: ws_auth_token
                      canAddCard:
                        type: boolean
                        example: true
                      unreadTips:
                        type: integer
                        example: 0
                      isWalletAutorecharge:
                        type: boolean
                        example: false
                      walletAutorechargeAmount:
                        type: integer
                        example: 0
                      walletAutorechargeMin:
                        type: integer
                        example: 0
                      walletFirstRebills:
                        type: boolean
                        example: false
                      canAlternativeWalletTopUp:
                        type: boolean
                        example: false
                      needIVApprove:
                        type: boolean
                        example: false
                      ivStatus:
                        type: string
                        example: approved
                      ivFailReason:
                        type: string
                        example: null
                        nullable: true
                      ivCountry:
                        type: string
                        example: US
                      ivFlow:
                        type: string
                        example: default
                      faceIdRegular:
                        type: array
                        example: []
                      isVerifiedReason:
                        type: boolean
                        example: false
                      canReceiveManualPayout:
                        type: boolean
                        example: true
                      canReceiveStripePayout:
                        type: boolean
                        example: false
                      isNeedConfirmPayout:
                        type: boolean
                        example: false
                      canStreaming:
                        type: boolean
                        example: false
                      isScheduledStreamsAllowed:
                        type: boolean
                        example: false
                      canMakeExpirePosts:
                        type: boolean
                        example: true
                      trialMaxDays:
                        type: integer
                        example: 7
                      trialMaxExpiresDays:
                        type: integer
                        example: 30
                      messageMinPrice:
                        type: integer
                        example: 3
                      messageMaxPrice:
                        type: integer
                        example: 100
                      postMinPrice:
                        type: integer
                        example: 3
                      postMaxPrice:
                        type: integer
                        example: 100
                      subscribeMinPrice:
                        type: number
                        example: 4.99
                      subscribeMaxPrice:
                        type: integer
                        example: 50
                      canAddStory:
                        type: boolean
                        example: true
                      canCreateFundRaising:
                        type: boolean
                        example: true
                      minFundRaisingTarget:
                        type: integer
                        example: 10
                      maxFundRaisingTarget:
                        type: integer
                        example: 10000
                      ivHideForPerformers:
                        type: boolean
                        example: false
                      canChangeContentPrice:
                        type: boolean
                        example: true
                      payoutType:
                        type: string
                        example: bank_ebics_sepa
                      isVatRequired:
                        type: boolean
                        example: false
                      isCountryVatRefundable:
                        type: boolean
                        example: false
                      isCountryVatNumberCollect:
                        type: boolean
                        example: false
                      vatNumberName:
                        type: string
                        example: VAT
                      isCountryWithVat:
                        type: boolean
                        example: false
                      connectedOfAccounts:
                        type: array
                        example: []
                      canConnectOfAccount:
                        type: boolean
                        example: true
                      pinnedPostsCount:
                        type: integer
                        example: 1
                      maxPinnedPostsCount:
                        type: integer
                        example: 5
                      isDeleteInitiated:
                        type: boolean
                        example: false
                  _meta:
                    type: object
                    properties:
                      _credits:
                        type: object
                        properties:
                          used:
                            type: integer
                            example: 1
                          balance:
                            type: integer
                            example: 999999841
                          note:
                            type: string
                            example: Always
                      _cache:
                        type: object
                        properties:
                          is_cached:
                            type: boolean
                            example: false
                          note:
                            type: string
                            example: Cache disabled for this endpoint
                      _rate_limits:
                        type: object
                        properties:
                          limit_minute:
                            type: integer
                            example: 10000000
                          limit_day:
                            type: integer
                            example: 50000
                          remaining_minute:
                            type: integer
                            example: 9999999
                          remaining_day:
                            type: integer
                            example: 49999
      tags:
        - Account
components:
  securitySchemes:
    default:
      type: http
      scheme: bearer
      description: Get your API Key from OnlyFansAPI Console -
        https://app.onlyfansapi.com/api-keys
````