GET
/
treasures
/
items
/
{platform}
curl --request GET \
  --url https://api.steamgold.dev/v1/treasures/items/{platform} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "treasures": [
    {
      "active": true,
      "inputParams": {},
      "type": "<string>",
      "platform": "<string>",
      "item": "<string>",
      "icon": "<string>",
      "title": "<string>",
      "symbol": "<string>",
      "currency": "<string>",
      "region": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
promo response
code
integer
required

HTTP-код ответа

treasures
object[]

Список товаров у платформы