Request Playtest Access - Revadike/InternalSteamWebAPI GitHub Wiki
POST /ajaxrequestplaytestaccess/:appid
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
POSTHost:
store.steampowered.comPath:
/ajaxrequestplaytestaccess/:appidVariables:
Name Type Description :appidnumber The Steam AppID Form Data:
Name Type Required Description sessionidstring Yes The value of the sessionidcookie
Response
200 OK
Name Type Description grantednumber 1if it granted you instant access to the playtest,nullif only requested accesssuccessnumber 1if successfulrwgrsnnumber -2401 Unauthorized
Name Type Description boolean false
Example
POST https://store.steampowered.com/ajaxrequestplaytestaccess/919260 { sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
"granted": 1,
"success": 1,
"rwgrsn": -2
}