eVetPractice (now Covetrus Pulse) is a cloud-based veterinary practice management and EMR platform used by tens of thousands of practices for scheduling, medical records, billing, prescriptions, and client communication. An unofficial API lets you programmatically pull patients, appointments, medical records, invoices, and clients—and push updates like new appointments, charges, and prescriptions back into eVetPractice.

eVetPractice is a cloud-based veterinary practice management software—rebranded by Covetrus as Covetrus Pulse, the company's all-in-one veterinary operating system. Independent and multi-location veterinary practices use it to run scheduling, electronic medical records, billing and invoicing, prescription and pharmacy workflows, client communication, inventory, and reporting from a single browser-based platform serving tens of thousands of practices worldwide.
Core product areas include:
Common data entities:
Practices run mission-critical clinical and financial workflows on eVetPractice every day, but turning its portal-driven workflows into API-driven automation is non-trivial:
Supergood reverse-engineers eVetPractice's authenticated browser flows to deliver a resilient, normalized API layer for your practice—no official public API required. We map the platform's clinical, scheduling, and billing surfaces into stable endpoints you can integrate once and rely on.
Use eVetPractice with AI agents: eVetPractice MCP Server →
Book a 30-minute session to confirm your modules, locations, and authentication model.
We deliver a hardened eVetPractice adapter tailored to your practice configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as eVetPractice evolves.
Authentication
/authenticateAuthenticate to an eVetPractice account with practice credentials and obtain a session token for downstream calls.
Patients
/patientsList patient records with filters for client, species, status, and last-visit date, including medical history references.
Scheduling
/appointmentsRetrieve appointments across providers and locations with filters for date range, status, and patient.
Scheduling
/create_appointmentBook a new appointment for a patient with provider, location, reason, and time slot.
Medical Records
/medical_recordsPull SOAP notes, lab results, and medical history entries for a patient with attachment references.
Billing
/invoicesList invoices, charges, and payments by client, date range, and status across single or multiple locations.
- Pull patients, clients, and medical histories into a central data warehouse - Stream SOAP notes and lab results to downstream analytics and care-quality tools - Reconcile patient and owner records across multiple clinic locations
- Push new appointments and reschedules into eVetPractice without portal clicks - Pull upcoming schedules to drive external reminder and intake systems - Sync treatment-board status to operations dashboards in real time
- Sync invoices, charges, and payments into accounting and reporting systems - Surface outstanding balances and estimates to client-communication tools - Match payment processing activity against medical records for revenue integrity
- Pull prescriptions and refill activity tied to the VPR formulary and vRxPro - Sync inventory items and usage to procurement and reorder workflows - Trigger external pharmacy and care-plan automations on script changes
Authentication
Practice username/password handled in a managed, encrypted session
Connectivity
Authenticated browser flows against the eVetPractice / Covetrus Pulse cloud portal
Response format
Normalized JSON across patients, appointments, medical records, invoices, and prescriptions
Rate limits
Adaptive throttling tuned to your practice to avoid portal-side limits
Session management
Automatic session refresh, timeout handling, and credential rotation
Data freshness
Near real-time pulls for appointments, records, and billing with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new appointments, record updates, invoice changes, and prescription activity
Latency
Sub-second reads on cached entities; multi-second writes when posting appointments and charges
Throughput
Horizontally scaled workers sized to multi-location practice volume
Reliability
Retry, backoff, and idempotency keys for appointments, charges, and prescription writes
Adaptation
Continuous monitoring of eVetPractice / Covetrus Pulse releases and configuration drift
eVetPractice (Covetrus Pulse) does not publish an open, self-serve developer API; most third-party access is partner-gated. Supergood works against your authenticated practice sessions to deliver a normalized API without requiring a published public API.
Yes. Supergood reconciles schedules, inventories, clients, and patient records across multiple clinic locations into consistent, normalized objects so you integrate once across the whole practice.
Yes. SOAP notes, medical history entries, and integrated lab results are exposed through the normalized medical-records surface, with references to associated attachments.
Yes. eVetPractice has been rebranded by Covetrus as Pulse; Supergood operates against the same authenticated cloud surfaces regardless of the branding, adapting automatically as the platform evolves.
Prescriptions tied to the VPR formulary and vRxPro are surfaced through the normalized API, so refill and script activity can sync to external pharmacy, care-plan, and reporting systems.