v6

latestOpenAPI 3.1.02026-08-0597255315.1 KB
account

List inventory sets

Get all trading card sets with ownership information for the authenticated user

post/v1/account.listInventorySets

Query parameters

cursorinteger

App id from a previous page's nextCursor. Omit for the first page

App id from a previous page's nextCursor. Omit for the first page

limitinteger

Sets (apps) per page

Sets (apps) per page

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

inventoryUpdatedAtinteger

When inventory was last updated (unix millis)

nextCursorinteger nullable required

Cursor for the next page, null when this is the last page

nextRefreshAtinteger

When next refresh is allowed (unix seconds)

totalinteger required

Total number of sets (apps) across all pages

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountListInventorySetsResponseBody.json"
}