Dental PMS

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 guides

API Reference

Complete reference for all 627 endpoints with request/response schemas and code examples.

Explore API

Quickstart

Get up and running in 5 minutes. Make your first API call with curl, Python, or TypeScript.

Get started

Quick Example

GET/api/v1/{org_id}/patients
curl -X GET "https://api.example.com/api/v1/{org_id}/patients" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json"