SteamSets
ApiAccount

Create

POST
/account.v1.AccountService/CreateSession
/account.v1.AccountService/CreateSession

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Header Parameters

User-Agentstring

X-Forwarded-Forstring

X-Fingerprintstring

X-Signedstring

curl -X POST "https://api.steamsets.com/account.v1.AccountService/CreateSession" \
  -H "User-Agent: string" \
  -H "X-Forwarded-For: string" \
  -H "X-Fingerprint: string" \
  -H "X-Signed: string" \
  -H "Authorization: Bearer <token>"

OK

{
  "sessionToken": "ABC123"
}