cURL
curl --request PUT \ --url https://api.fourthwall.com/open-api/v1.0/streaming/end \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "services": [ "TWITCH" ] } '
{ "shopId": "<string>", "services": [ { "type": "<string>", "status": "ONLINE", "broadcasterId": "<string>", "broadcasterLogin": "<string>", "thumbnailUrl": "<string>" } ] }
Sets streaming status to ended for specified 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
TWITCH
OK
Show child attributes