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.
Body
The assoc handle of the login
"123456"
The claimed id of the login
"76561198842603734"
The identity of the login
"https://steamsets.com/api/v1/openid/login"
The mode of the login
"checkid_setup"
The namespace of the login
"http://specs.openid.net/auth/2.0"
The endpoint of the login
"https://steamsets.com/api/v1/openid/login"
The response nonce of the login
"123456"
The return to of the login
"https://example.com"
The sig of the login
"123456"
The signed of the login
"123456"
Response
OK
The avatar of the account
"https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/f1/f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9.jpg"
The name of the account
"SteamSets"
The expiration time of the refresh token
"2023-01-01T00:00:00Z"
The refresh token
The expiration time of the session token
"2023-01-01T00:00:00Z"
The session token
"auth_"
The steam id
"76561198842603734"
A URL to the JSON Schema for this object.
"https://api.steamsets.com/schemas/V1AccountLoginResponseBody.json"
