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.
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.
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 URL | https://backend-production.patientnow.net/backend/patientnowpro |
|---|---|
| Path prefix | Every endpoint: /practices/{practiceId}/… |
| Auth | Authorization: YOUR_TOKEN header on every request (details) |
| Format | JSON in and out; camelCase fields |
| Verbs | GET read · POST create · PUT update |
| Paging | Page (1-based), Limit (page size) |
| IDs | Integer 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.