-
Notifications
You must be signed in to change notification settings - Fork 19
Request Playtest Access
Revadike edited this page Jul 10, 2021
·
7 revisions
No known rate limit
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
Name Type Description granted
number 1
if it granted you instant access to the playtest,null
if only requested accesssuccess
number 1
if successfulrwgrsn
number -2
Name Type Description boolean false
POST https://store.steampowered.com/ajaxrequestplaytestaccess/919260 { sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
"granted": 1,
"success": 1,
"rwgrsn": -2
}