---
title: "LiveKit webhook"
method: POST
path: "/livekit-webhook"
tags: ["Webhooks"]
---

# LiveKit webhook

`POST /livekit-webhook`

Webhook endpoint for LiveKit events.
This endpoint receives events from LiveKit when participants join/leave rooms,
streaming starts/stops, etc.
No authentication required - this is a webhook endpoint.

## Request body

- object — LiveKit webhook payload (structure depends on webhook type)

## Response `200`

Webhook processed successfully

## Other responses

- `400` — Invalid webhook payload
- `500` — Internal server error

---

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