Skip to content

Get Points Summary Config

Revadike edited this page Feb 24, 2022 · 6 revisions

GET /pointssummary/ajaxgetasyncconfig

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: store.steampowered.com or steamcommunity.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 successful
data array | object [] if empty
data.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"
  }
}
Clone this wiki locally