- 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:
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
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)
GET https://store.steampowered.com/pointssummary/ajaxgetasyncconfig
{ "success": 1, "data": { "webapi_token": "a0b1c2d3e4f5g6h7i8j9k" } }