Developers

Reference · PNE

PatientNow Essentials API reference

Every PatientNow Essentials resource lives under /api/v1. Browse the full catalog of resources below, then open any operation for its parameters and examples.

📎 VISH customer?

This is the full PNE surface. VISH exposes a focused subset (same base URL and auth) — see the VISH API reference →.

ℹ️ Conventions

Shared conventions — HTTP Basic auth, JSON bodies, Page/Rows paging, and opaque IDs — apply to every operation and are covered once in Guides, so they're not repeated below.

Conventions at a glance

Base URLhttps://api.envisiongo.com/api/v1
AuthGateway ?apikey=… plus HTTP Basic Authorization: Basic base64(user:pass) — both required (details)
FormatJSON in and out; PascalCase fields
VerbsGET read · POST create · PUT update · DELETE remove
PagingPage (1-based), Rows (page size)
IDsOpaque encrypted strings — pass back as received

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.