| Method | Path | Description | Auth |
|---|---|---|---|
| POST | /api/appointments | Book appointment (called by voice agent) | internal |
| GET | /api/appointments | List all appointments | internal |
| GET | /api/admin | Dashboard data (appointments + missed calls) | internal |
| POST | /voice | Vapi webhook — call events + missed SMS trigger | Vapi signature |
| POST | /voice/outbound | Trigger outbound call via Vapi | internal |
| POST | /webhook/sms-status | Twilio SMS delivery webhook | Twilio signature |