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

# Set streaming status to ended

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

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

Sets streaming status to ended for specified services

## Request body

- ComFourthwallAppOpenapiEndpointStreamingEndedRequest
  - `services` string[], required

## 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)
