-
Notifications
You must be signed in to change notification settings - Fork 18
Check Broadcast
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GET
Host:
store.steampowered.com
Path:
/broadcast/ajaxcheckbroadcast
Query Parameters:
Name Type Required Description broadcastaccountid
string TODO
TODO
viewer_token
string TODO
TODO
origin
string No The origin URL, changes the Access-Control-Allow-Origin
header in the response
Name Type Description success
number TODO
steamid
string TODO
ipaslong
number TODO
viewer_token
string TODO
cdn_auth_url_parameters
object TODO
GET https://store.steampowered.com/broadcast/ajaxcheckbroadcast?broadcastaccountid=1223113806&viewer_token=8383773155324038927&origin=https:%2F%2Fstore.steampowered.com
{
"success": 1,
"steamid": "76561199183379534",
"ipaslong": 3648762074,
"viewer_token": "8704278445927826742",
"cdn_auth_url_parameters": null
}