Get Points Summary Config - Revadike/InternalSteamWebAPI GitHub Wiki
GET /pointssummary/ajaxgetasyncconfig
Rate limits
No known rate limit
Request
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
Response
200 OK
Name Type Description successnumber 1if successfuldataarray | object []if emptydata.webapi_tokenstring The web api token for the logged in user (used in various endpoints)
Example
GET https://store.steampowered.com/pointssummary/ajaxgetasyncconfig
{
"success": 1,
"data": {
"webapi_token": "a0b1c2d3e4f5g6h7i8j9k"
}
}