cURL
curl --request POST \ --url http://localhost:8000/api/livekit/webhook \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Handle LiveKit webhook events.
The body is of type Event · object.
Event · object
Successful Response