ezyVet
ezyVet is cloud-based veterinary practice information management software (PIMS) for clinics, specialty, and emergency hospitals, covering patient records, scheduling, clinical workflows, billing, inventory, and diagnostics. Founded in New Zealand in 2006, ezyVet was acquired by IDEXX Laboratories in June 2021 and sits alongside IDEXX's Cornerstone and Neo PIMS offerings (the acquisition also included Vet Radar). ezyVet exposes a documented RESTful API of roughly 216 endpoints over animals/patients, contacts/clients, appointments, consultations, invoices, products, and diagnostics. The API is partner-gated - developer access requires an approved integration application and issued client credentials - but the endpoint catalog, best-practice guides, and a full Postman collection are publicly documented at developers.ezyvet.com. Authentication is OAuth 2.0 Client Credentials with 12-hour bearer tokens.
APIs
ezyVet Authentication API
OAuth 2.0 Client Credentials token endpoint. Exchange partner_id, client_id, client_secret, grant_type, and scope for a bearer access token with a 12-hour TTL, which authorizes ...
ezyVet Animals (Patients) API
Manage animal (patient) records - the pets treated by a practice - including species, breed, sex, colour, microchip, owner linkage, and clinical metadata. Supporting reference r...
ezyVet Contacts (Clients) API
Create, list, retrieve, update, and delete contacts - the clients (pet owners), businesses, vendors, and staff a practice interacts with - along with their addresses and contact...
ezyVet Appointments API
Book and manage appointments against animals, contacts, resources, and users, with supporting appointment type and appointment status reference resources. (Resource category con...
ezyVet Consultations (Clinical) API
Access clinical consultations - the visit-level clinical records that tie an animal, contact, and presenting problem to history, diagnoses, and treatment. Includes related clini...
ezyVet Invoices (Billing) API
Read and manage invoices, invoice lines, and payments for services and products billed to clients, including payment methods and financial totals. (Billing and Payments category...
ezyVet Products (Inventory) API
Browse and manage the product and inventory catalog - billable products, services, and stock items - along with product groups and pricing used across invoicing and clinical wor...
ezyVet Diagnostics API
Diagnostic request and result resources powering ezyVet's Standard Diagnostic Integration, letting laboratory and imaging partners push results back against a patient's clinical...
ezyVet Prescriptions and Vaccinations API
Manage prescriptions (including a v2 prescription resource and external Rx flows for pharmacy partners) and vaccination records with POST and PATCH support. Prescription v2 GET ...