Developers

Reference · PatientNow Pro

PatientNow Pro API reference

PatientNow Pro (PNP) is the REST API for the PatientNow Pro product. Every resource is scoped under /practices/{practiceId}/. Browse the catalog below, then open any operation for its parameters and examples.

ℹ️ Authentication differs from PNE/VISH

PNP uses a single token header (Authorization: YOUR_TOKEN) rather than the dual-credential Basic + gateway apikey scheme used by PNE and VISH. See Authentication — PatientNow Pro for details.

📎 Looking for PatientNow Essentials?

PNP is the API for the PatientNow Pro product. If you need the PNE surface (customers, treatments, inventory, webhooks and more), see the PatientNow Essentials API reference →.

Conventions at a glance

Base URLhttps://backend-production.patientnow.net/backend/patientnowpro
Path prefixEvery endpoint: /practices/{practiceId}/…
AuthAuthorization: YOUR_TOKEN header on every request (details)
FormatJSON in and out; camelCase fields
VerbsGET read · POST create · PUT update
PagingPage (1-based), Limit (page size)
IDsInteger IDs — use as returned

Resource catalog

All resources, grouped by area — loading…. Filter to find one fast.

No resources match that filter.


Operations

Every operation, grouped by resource. Examples omit the host for brevity — prepend your base URL. Field values in request and response examples are illustrative.