Steam (Unofficial) API

Authenticate User Ticket

GET
/ISteamUserAuth/AuthenticateUserTicket/v1
key<token>

In: query

Query Parameters

appid*integer

appid of game

Defaultnull
Formatint32
ticket*string

Ticket from GetAuthSessionTicket.

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Response Body

curl -X GET "https://api.steampowered.com/ISteamUserAuth/AuthenticateUserTicket/v1?ticket=string"
Empty
Empty
Empty