Skip to main content
POST
/
api
/
livekit
/
webhook
Livekit Webhook
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": {}
    }
  ]
}

Body

application/json

The body is of type Event · object.

Response

Successful Response