Goldmine
Steam

Get Accounts

POST
/steam.v1.Steam/GetAccounts

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/steam.v1.Steam/GetAccounts" \  -H "Content-Type: application/json" \  -d '{}'
{
  "accounts": [
    {
      "accountName": "string",
      "communityBanned": true,
      "deletedAt": "2019-08-24T14:15:22Z",
      "economyBan": "string",
      "inventoryPrivateSince": "2019-08-24T14:15:22Z",
      "locked": true,
      "numberOfGameBans": 0,
      "sessionConnectedAt": "2019-08-24T14:15:22Z",
      "sessionDisconnectedAt": "2019-08-24T14:15:22Z",
      "sessionStatus": "SESSION_STATUS_UNSPECIFIED",
      "steamId": "string",
      "vacBanned": true,
      "workspaceId": "string"
    }
  ],
  "notFoundAccountNames": [
    "string"
  ]
}
Empty