---
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/eligibility"
tags: ["Rest"]
---

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

`POST /live_stream/eligibility`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- MindbodyRestApiDtoModelsLiveStreamLiveStreamEligibilityRequest — Live stream eligibility request
  - `BusinessId` string — Business that the live stream is being hosted with
  - `Context` object — Eligibility context used to determine if a user should be eligible to join a live stream session

## Response `200`

OK

- MindbodyRestApiDtoModelsLiveStreamLiveStreamEligibilityResponse — Response body of Livestream eligibility check
  - `Metadata` object — Addtional Supplemental Metadata data regarding the user's livestream session

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `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)
