---
title: "Livekit Webhook"
method: POST
path: "/api/v1/livekit/webhooks"
tags: ["livekit-webhooks"]
---

# Livekit Webhook

`POST /api/v1/livekit/webhooks`

Receive LiveKit platform webhooks (room_finished, etc.).

Authentication: JWT signature in the Authorization header, verified against
the project's LIVEKIT_API_KEY / LIVEKIT_API_SECRET.

Returns 200 immediately; heavy work is dispatched as a background task.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
