Skip to content

Request Playtest Access

Revadike edited this page Jul 10, 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 -2

401 Unauthorized

Name Type Description
boolean false

Example

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