---
title: "Refresh inventory"
method: POST
path: "/v1/account.refreshInventory"
tags: ["account"]
---

# Refresh inventory

`POST /v1/account.refreshInventory`

Trigger a refresh of the authenticated user's Steam inventory. Rate limited based on account tier.

## Response `200`

OK

- V1AccountRefreshInventoryResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `nextRefreshAt` integer, required — Unix timestamp (seconds) when next refresh is allowed

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.net/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/versions/2e8ba266b27f/schema)
