GET
/
accounts
/
settings
curl --request GET \
  --url https://api.vaultcord.com/accounts/settings \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 25204,
    "email": "google-play@vaultcord.com",
    "role": "plus",
    "expiry": 1750018387,
    "twoFactorEnabled": 0,
    "securityKey": 0,
    "created_at": 1710529170
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
account object
success
boolean
Example:

true

data
object