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