Steam (Unofficial) API

Grant Item

POST
/ITFPromos_440/GrantItem/v1
key<token>

In: query

Query Parameters

format?string

The format of the response. Defaults to json

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

Request Body

application/x-www-form-urlencoded

steamid*string

The SteamID of the user

Defaultnull
promoid*integer

The promo ID to grant an item for

Defaultnull
Formatint32

Response Body

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