POST
/
v1
/
account.queueUpdate
Queue account update
curl --request POST \
  --url https://api.steamsets.com/v1/account.queueUpdate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "force": false,
  "id": {
    "accountId": 1,
    "steamId64": "<string>"
  },
  "vanity": {
    "type": "steam",
    "value": "<string>"
  }
}'
This response does not have an example.
This endpoint supports both API key authentication and user authentication

Authentication Options

  • API Keys: For external applications and integrations
  • User Sessions: For updating own account data
When authenticated with a user session, users can update their own account. API keys may have additional permissions.
This endpoint has rate limiting to prevent abuse
See our API documentation for authentication details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Forwarded-For
string

Body

application/json

Response

No Content