SteamSets
ApiAccount

Get

POST
/account.v1.AccountService/GetSettings
/account.v1.AccountService/GetSettings

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X POST "https://api.steamsets.com/account.v1.AccountService/GetSettings" \
  -H "Authorization: Bearer <token>"

OK

{
  "chosenRole": {
    "role": "user",
    "tier": "tier_1"
  },
  "color": "#7652c9",
  "colors": "#7652c9",
  "connections": [
    {
      "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/f1/f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9.jpg",
      "externalId": "123456",
      "hide": true,
      "name": "steamsets",
      "provider": "discord",
      "publicId": "123456",
      "verified": true
    }
  ],
  "developerApps": [
    {
      "apiKey": "api_123",
      "description": "My App Description",
      "environment": "production",
      "icon": "https://yoururl.com/icon.png",
      "id": "da_123456",
      "name": "My App"
    }
  ],
  "email": "[email protected]",
  "emailNotifications": [
    {
      "enabled": true,
      "type": "login"
    }
  ],
  "emailVerifiedAt": "2023-01-01T00:00:00Z",
  "hidden": true,
  "images": [
    {
      "active": true,
      "fileName": "avatar.png",
      "imageId": "img_wasd123",
      "imageType": "avatar"
    }
  ],
  "language": "en",
  "sessions": [
    {
      "createdAt": "2023-01-01T00:00:00Z",
      "expiresAt": "2023-01-01T00:00:00Z",
      "ip": "127.0.0.1",
      "lastSeen": "2023-01-01T00:00:00Z",
      "sessionId": "123456",
      "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
    }
  ],
  "theme": "dark",
  "vanity": "flo",
  "vanityAnalytics": {
    "clicks": 0
  }
}