Interactive playground
API Playground
Select an endpoint, fill in parameters, and send requests directly from the docs. Dashboard routes use your Clerk session. Widget routes accept explicit API keys.
POSTsvix-webhook
/api/webhooks/clerk
Receive Clerk user lifecycle webhooks.
Headers and auth values
Request body
Resolved request URL
/api/webhooks/clerk
cURL equivalent
curl -X POST "/api/webhooks/clerk" \
-H "Content-Type: application/json" \
-d '{
"type": "user.created",
"data": {}
}'Response headers
{}Response body
{}