---
title: "GET /v3/me/account"
method: GET
path: "/v3/me/account"
tags: ["users"]
---

# GET /v3/me/account

`GET /v3/me/account`

Returns account information of the logged user

## Response `200`

Success

- MeAccount
  - `account` string
  - `uploadSizeLimit` integer
  - `viewOnlyLimit` MeViewOnlyLimit
    - `type` string
    - `remaining` integer
    - `renews_at` string, date
  - `privateModelsLimit` MePrivateModelsLimit
    - `count` integer
    - `since` string
    - `until` string
  - `canProtectModels` string
  - `renewsAt` string, date
  - `joinedAt` string, date
  - `billingCycle` string

---

[API](https://skmtc.net/sketchfab/apis/sketchfab-api.md) · [All operations](https://skmtc.net/sketchfab/apis/sketchfab-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sketchfab/sketchfab-api/revisions/3d1f8bd62bc7/schema)
