Dental PMS API
Build integrations with the Dental Practice Management System. Manage patients, scheduling, clinical records, insurance, and more.
Guides
Step-by-step guides covering authentication, pagination, error handling, and common workflows.
Read guidesAPI Reference
Complete reference for all 627 endpoints with request/response schemas and code examples.
Explore APIQuickstart
Get up and running in 5 minutes. Make your first API call with curl, Python, or TypeScript.
Get startedQuick Example
GET
/api/v1/{org_id}/patientscurl -X GET "https://api.example.com/api/v1/{org_id}/patients" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"