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 account id
Required range: 
x >= 0Examples:
123456
The avatar of the account
Examples:
"f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9.jpg"
Whether the account is new
Examples:
true
The level of the account
Required range: 
x >= 0Examples:
1
The name of the account
Examples:
"flo"
The resources the account has (permissions)
The roles the account has
The session data
The steam id
Examples:
"76561198842603734"
The XP of the account
Required range: 
x >= 0Examples:
10000
A URL to the JSON Schema for this object.
Examples:
"https://api.steamsets.com/schemas/V1AccountGetSessionBody.json"
The email of the account
Examples:
"flo@example.com"
