curl --request POST \
--url https://app.aseed.ai/custdev/api/webhooks/livekit{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Handle webhooks from LiveKit server.
LiveKit sends webhooks for various events:
Security: Webhook signature verification is REQUIRED. The Authorization header must contain a valid JWT signed with LIVEKIT_API_SECRET.
curl --request POST \
--url https://app.aseed.ai/custdev/api/webhooks/livekit{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?