Reference · VISH
VISH API reference
VISH is the slimmed-down EnvisionCloud API for VISH customers. Every
resource lives under /api/v1. Browse the catalog below, then open any
operation for its parameters and examples.
Shared conventions — HTTP Basic auth, JSON bodies, Page/Rows
paging, and opaque IDs — are identical to PNE and are covered once in
Guides, so they're not repeated below.
VISH intentionally exposes a focused subset. If you need the full surface (customers, treatments, inventory, webhooks and more), see the PatientNow Essentials API reference →.
Conventions at a glance
| Base URL | https://api.envisiongo.com/api/v1 |
|---|---|
| Auth | Gateway ?apikey=… plus HTTP Basic Authorization: Basic base64(user:pass) — both required (details) |
| Format | JSON in and out; PascalCase fields |
| Verbs | GET read · POST create · PUT update · DELETE remove |
| Paging | Page (1-based), Rows (page size) |
| IDs | Opaque 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.