- 
                Notifications
    
You must be signed in to change notification settings  - Fork 26
 
Get Points Summary Config
        Revadike edited this page Feb 24, 2022 
        ·
        6 revisions
      
    No known rate limit
Authenticated: Yes
Method:
GETHost:
store.steampowered.comorsteamcommunity.comPath:
/pointssummary/ajaxgetasyncconfigQuery Parameters:
Name Type Required Description originstring No The origin URL, changes the Access-Control-Allow-Originheader in the response
Name Type Description successnumber 1if successfuldataarray | object []if emptydata.webapi_tokenstring The web api token for the logged in user (used in various endpoints) 
GET https://store.steampowered.com/pointssummary/ajaxgetasyncconfig
{
  "success": 1,
  "data": {
    "webapi_token": "a0b1c2d3e4f5g6h7i8j9k"
  }
}