Supportly
SupportlyDocs
/

Getting Started

Getting Started

Widget Integration

Widget Integration

AI Configuration

AI Configuration

API Reference

API ReferenceAPI Playground

Team Management

Team Management

Billing

Billing

FAQ / Troubleshooting

FAQ & Troubleshooting
Get started free
SupportlyDocs
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.

Endpoint catalog

Auth & Onboarding

Workspaces

AI

Knowledge Base

Widget

Conversations

Tickets

Team

Notifications

Analytics

API Keys

Taxonomy & SLA

Uploads

POST

/api/webhooks/clerk

Receive Clerk user lifecycle webhooks.

svix-webhook

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

{}