SteamSets
ApiAccount

Queue

POST
/account.v1.AccountService/Queue
/account.v1.AccountService/Queue

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

force
Required
boolean

Force the queue to process this account, staff only

idobject

vanityobject

curl -X POST "https://api.steamsets.com/account.v1.AccountService/Queue" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "force": true,
    "id": {
      "accountId": 0,
      "steamId64": "stringstringstrin"
    },
    "vanity": {
      "type": "steam",
      "value": "string"
    }
  }'

No Content