---
title: "Get User"
method: GET
path: "/v1/user"
tags: ["User"]
---

# Get User

`GET /v1/user`

The account that owns the API key, with account-level extras (pending shop invites, unread changelog). Not tied to any shop; useful to verify a key and see who it belongs to.

## Response `200`

- object
  - `id` integer
  - `username` string
  - `email` string
  - `email_verified_at` string
  - `priority_support` boolean
  - `changelog_last_viewed_at` string
  - `otp_expires_at` string
  - `otp_sent_at` string
  - `created_at` string
  - `updated_at` string
  - `bought_theme_ids` string
  - `referral_code` string
  - `referral_source` string
  - `tfa_enabled` boolean
  - `deleted_at` string
  - `mfa_trusted` boolean
  - `token` object
    - `type` string
    - `full_access` boolean
    - `permissions` string
    - `shop_ids` string
  - `sellauth_shop_customer_id` string
  - `sellauth_shop_balance` integer
  - `pending_shop_invites_count` integer
  - `priority_support_joined` boolean
  - `has_unread_changelog` boolean
  - `survey_key` string
  - `survey_token` string
  - `ignore_otp` boolean

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
