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.
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": {}
}
]
}The body is of type Event · object.
Successful Response