How Peak Leverage connects to ezyVet
ezyVet is a comprehensive, cloud-based veterinary practice management system (PIMS) designed to run all aspects of a veterinary hospital. It handles scheduling, clinical records, diagnostics integrations, inventory, and billing, acting as the operational system of record after a client or appointment is captured.
Auth model
ezyVet uses OAuth 2.0 with a Client Credentials grant. Integrations must exchange a client ID and secret for a Bearer token, which has a 12-hour lifespan and should be cached rather than regenerated on every request.
API model
Data moves from the custom website into ezyVet via RESTful API POST requests. A typical flow involves checking if a Contact or Animal exists via GET requests, creating them if they don't, and then posting a Consult or Appointment record linked to those IDs.
Related routes for ezyVet
Review the industry-specific pages that inherit this documented integration model.