---
title: "Callback registered with the live_stream API to ensure that a user is eligible join a live stream session"
method: POST
path: "/live_stream_webhooks/status_changed"
tags: ["Rest"]
---

# Callback registered with the live_stream API to ensure that a user is eligible join a live stream session

`POST /live_stream_webhooks/status_changed`

## Request body

- MindbodyRestApiDtoModelsLiveStreamLiveStreamStatusChangedRequest — Live stream status changed payload
  - `StudioId` string — Studio the live stream change event is originating from
  - `ClassInstanceId` string — Class instance id affected by the change
  - `MeetingId` string — Meeting affected by the change
  - `Status` string — Status change : created or deleted

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `403` — Forbidden

---

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