API Reference
Complete reference for all endpoints in the Dental PMS API. Each resource section includes request parameters, response schemas, and code examples in curl, Python, and TypeScript.
Base URL
https://api.example.com/api/v1/{org_id}All tenant endpoints are scoped to an organization. Replace {org_id} with your organization UUID.
Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENError Codes
| Code | Description |
|---|---|
| 400 | Bad Request — malformed request syntax |
| 401 | Unauthorized — missing or invalid token |
| 403 | Forbidden — insufficient permissions |
| 404 | Not Found — resource does not exist |
| 409 | Conflict — version mismatch or duplicate |
| 422 | Validation Error — request body fails validation |
Resources
Patients
74 endpoints
Referrals
18 endpoints
Scheduling
250 endpoints
Clinical
209 endpoints
Odontogram
107 endpoints
Charting
40 endpoints
Insurance
219 endpoints
Documents
65 endpoints
Revenue
34 endpoints
Definitions & Settings
69 endpoints
Providers & Locations
30 endpoints
Auth & IAM
52 endpoints
Platform
57 endpoints
Admin
18 endpoints
System
5 endpoints