v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
admin

Get a player's game-ban status

post/v1/admin.getPlayerBanStatus

Request body

$schemastring uri

A URL to the JSON Schema for this object.

steamId64string required

Target player SteamID64

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

banStartTimeinteger required
bannedboolean required

Example response

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