Skip to main content
GET
/
open-api
/
v1.0
/
streaming
Get streaming status
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

OK

shopId
string
required
services
Twitch · object[]
required