---
title: "GET /accounts/settings"
method: GET
path: "/accounts/settings"
tags: ["Information"]
---

# GET /accounts/settings

`GET /accounts/settings`

Get information about the current account.

## Response `200`

Account settings, if this succeeds your API key is working

- object
  - `success` boolean
  - `data` AccountInfo
    - `id` integer — The ID of the account
    - `email` string — The email of the account
    - `role` 'free' | 'premium' | 'plus' — The subscription plan of the account
    - `expiry` integer — The expiration of the subscription plan, in unix timestamp (seconds)
    - `twoFactorEnabled` string — The 2FA status of the account, 0 = OFF, 1 = ON
    - `securityKey` string — The WebAuthn status of the account, 0 = OFF, 1 = ON
    - `created_at` integer — The creation date of the account, in unix timestamp (seconds)

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

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