Developers

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.

ℹ️ Conventions

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.

📎 Looking for more resources?

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 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.