User

Get 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.

get/v1/user

Response

idinteger
usernamestring
emailstring
email_verified_atstring
priority_supportboolean
changelog_last_viewed_atstring
otp_expires_atstring
otp_sent_atstring
created_atstring
updated_atstring
bought_theme_idsstring
referral_codestring
referral_sourcestring
tfa_enabledboolean
deleted_atstring
mfa_trustedboolean
sellauth_shop_customer_idstring
sellauth_shop_balanceinteger
pending_shop_invites_countinteger
priority_support_joinedboolean
has_unread_changelogboolean
survey_keystring
survey_tokenstring
ignore_otpboolean

Example response

{
  "id": 1,
  "username": "demo",
  "email": "demo@sellauth.test",
  "email_verified_at": null,
  "priority_support": false,
  "changelog_last_viewed_at": null,
  "otp_expires_at": null,
  "otp_sent_at": null,
  "created_at": "2026-08-28T18:23:02.000000Z",
  "updated_at": "2026-08-28T18:23:02.000000Z",
  "bought_theme_ids": null,
  "referral_code": null,
  "referral_source": null,
  "tfa_enabled": false,
  "deleted_at": null,
  "mfa_trusted": false,
  "token": {
    "type": "api",
    "full_access": true,
    "permissions": "*",
    "shop_ids": null
  },
  "sellauth_shop_customer_id": null,
  "sellauth_shop_balance": 0,
  "pending_shop_invites_count": 0,
  "priority_support_joined": false,
  "has_unread_changelog": false,
  "survey_key": "",
  "survey_token": null,
  "ignore_otp": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.