Skip to content

Request Playtest Access

Revadike edited this page May 7, 2021 · 7 revisions

POST /ajaxrequestplaytestaccess/:appid

Rate limits

No known rate limit

Request

Authenticated: yes

Method: POST

Host: store.steampowered.com

Path: /ajaxrequestplaytestaccess/:appid

Variables:

Name Type Description
:appid number The Steam AppID

Form Data:

Name Type Required Description
sessionid string yes The value of the sessionid cookie

Response

200 OK

Name Type Description
granted number 1 if it granted you instant access to the playtest, null if only requested access
success number 1 if successful
rwgrsn number TODO

401 Unauthorized

Name Type Description
boolean false

Example

POST /ajaxrequestplaytestaccess/919260 { sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
    "granted": 1,
    "success": 1,
    "rwgrsn": -2
}
Clone this wiki locally