Skip to main content
POST
/
v1
/
account.refreshInventory
Refresh inventory
curl --request POST \
  --url https://api.steamsets.com/v1/account.refreshInventory \
  --header 'Authorization: Bearer <token>'
{
  "nextRefreshAt": 123,
  "$schema": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

OK

nextRefreshAt
integer<int64>
required

Unix timestamp (seconds) when next refresh is allowed

$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://api.steamsets.com/schemas/V1AccountRefreshInventoryResponseBody.json"