cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/streaming \ --header 'Authorization: Basic <encoded-value>'
{ "shopId": "<string>", "services": [ { "type": "<string>", "status": "ONLINE", "broadcasterId": "<string>", "broadcasterLogin": "<string>", "thumbnailUrl": "<string>" } ] }
Returns streaming status for all services
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
Show child attributes