Poll Auth Session Status
key<token>
In: query
Query Parameters
input_json?string
An alternative to the request body; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters
format?string
The format of the response. Defaults to json
Value in
"json" | "xml" | "vdf"Request Body
application/x-www-form-urlencoded
client_id?integer
(Required)
Default
nullFormat
int64request_id?string
(Required)
token_to_revoke?integer
(Required) If this is set to a token owned by this user, that token will be retired
Default
nullFormat
int64Response Body
curl -X POST "https://api.steampowered.com/IAuthenticationService/PollAuthSessionStatus/v1" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''Empty
Empty
Empty