Leads API
Current Implementation Notes
Routes
Route
Purpose
Capture A Lead
BASE_URL=http://localhost:8000
curl -X POST "$BASE_URL/leads" \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"name": "Founder",
"company": "Example Co",
"message": "Interested in early access and migration help.",
"source": "homepage"
}'List Leads
Get One Lead
Last updated
