v4

OpenAPI 3.1.02026-07-3196251302.5 KB
admin

Add a Steam Web API key

post/v1/admin.addSteamApiKey

Request body

$schemastring uri

A URL to the JSON Schema for this object.

keystring required

The plaintext Steam Web API key. Encrypted via Vault before storage; never persisted or returned in plaintext.

keyIdstring required

Caller-provided identifier for the key (primary key)

type'web' | 'publisher' required

Steam Web API key type

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

keyIdstring required

Example response

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