cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.refreshInventory \ --header 'Authorization: Bearer <token>'
{ "nextRefreshAt": 123, "$schema": "<string>" }
Trigger a refresh of the authenticated user’s Steam inventory. Rate limited based on account tier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Unix timestamp (seconds) when next refresh is allowed
A URL to the JSON Schema for this object.
"https://api.steamsets.com/schemas/V1AccountRefreshInventoryResponseBody.json"