This endpoint is not intended for public use and requires user authentication
Authentication Required
This endpoint requires an active user session and cannot be accessed via API keys. It’s designed for authenticated user interactions within the web application.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
The chosen role the account has
The connections the account has
The developer apps the account has
The email the account is using
Examples:
"steamsets@example.com"
The time the email was verified
Examples:
"2023-01-01T00:00:00Z"
Whether the account is hidden in the leaderboards
Examples:
true
The images the account has
The language the account is using
Examples:
"en"
The privacy of the account
Available options: 
public, private, friends_only Examples:
"public"
The sessions the account has
Whether the account is subscribed to marketing emails
The vanity the account is using
Examples:
"flo"
The analytics for the vanity
A URL to the JSON Schema for this object.
Examples:
"https://api.steamsets.com/schemas/V1AccountGetSettingsBody.json"
