---
title: "Set streaming status to started"
method: PUT
path: "/open-api/v1.0/streaming/start"
tags: ["Streaming"]
---

# Set streaming status to started

`PUT /open-api/v1.0/streaming/start`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Sets streaming status to started for specified services

## Request body

- ComFourthwallAppOpenapiEndpointStreamingStartedRequest
  - `services` ComFourthwallAppOpenapiEndpointStreamingStartedRequestServiceTwitch[], required
    - `type` string, required
    - `broadcasterId` string, required
    - `broadcasterLogin` string, required
    - `thumbnailUrl` string

## Response `200`

OK

- ComFourthwallOpenapiModelStreamingStatusV1
  - `shopId` string, required
  - `services` ComFourthwallOpenapiModelStreamingStatusV1ServiceTwitch[], required
    - `type` 'TWITCH', required
    - `status` 'ONLINE' | 'OFFLINE', required
    - `broadcasterId` string
    - `broadcasterLogin` string
    - `thumbnailUrl` string

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
