cURL
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 } }
Get information about the current account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
account object
The response is of type object.
object
Was this page helpful?