Skip to content
Revadike edited this page Feb 24, 2022 · 2 revisions

GET /broadcast/ajaxcheckbroadcast

Rate limits

No known rate limit

Request

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

Response

200 OK

Name Type Description
success number TODO
steamid string TODO
ipaslong number TODO
viewer_token string TODO
cdn_auth_url_parameters object TODO

Example

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
}
Clone this wiki locally