Get Points Summary Config - Revadike/InternalSteamWebAPI GitHub Wiki
GET /pointssummary/ajaxgetasyncconfig
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
orsteamcommunity.com
Path:
/pointssummary/ajaxgetasyncconfig
Query Parameters:
Name Type Required Description origin
string No The origin URL, changes the Access-Control-Allow-Origin
header in the response
Response
200 OK
Name Type Description success
number 1
if successfuldata
array | object []
if emptydata.webapi_token
string 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"
}
}