-
Notifications
You must be signed in to change notification settings - Fork 19
Create Age Gate Cookie
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GET
Host:
store.steampowered.com
Path:
/api/createagegatecookie
Query Parameters:
Name Type Required Description month
string TODO
TODO
day
string TODO
TODO
year
string TODO
TODO
Name Type Description success
boolean TODO
cookie
string TODO
GET https://store.steampowered.com/api/createagegatecookie?month=1&day=1&year=1970
{
"success": true,
"cookie": "1-January-1970"
}