livekit-webhooks

Livekit Webhook

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.

post/api/v1/livekit/webhooks

Response

Successful Response

{"stackTrail":"paths:/api/v1/livekit/webhooks:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes