v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
kv

List a user's stored key/value entries

post/v1/kv.list

Request body

$schemastring uri

A URL to the JSON Schema for this object.

namespacestring nullable

Only return keys in this namespace; omit to return everything for the user

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

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