Steam (Unofficial) API

Notify Risk Quiz Results

POST
/IAuthenticationService/NotifyRiskQuizResults/v1
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) client ID for the auth session, used for routing

Defaultnull
Formatint64
results?string

(Required) Whether or not the user correctly answered each risk quiz question

Format{message}
selected_action?string

(Required) The action being taken selected by the user during the quiz

did_confirm_login?boolean

(Required) Whether or not the user went on to confirm the login or not in the case of a passed quiz

Response Body

curl -X POST "https://api.steampowered.com/IAuthenticationService/NotifyRiskQuizResults/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty