Changelog

April 2026

API changes and new features for April 2026.

April 2026 Changelog

2026-04-11 — Public API Launch

The Vetigen Public API is now available for external integrations.

Added

  • Public Patient APIGET /api/v1/patients and GET /api/v1/patients/:fp for reading patient records
  • Public Calendar APIGET /api/v1/calendar/events for reading appointment data
  • Public SOAP APIGET /api/v1/soap/:fp and GET /api/v1/soap/patient/:fp for medical records
  • Public Cortex Diagnostics APIGET /api/v1/cortex/diagnostics/:fp and patient diagnostics for lab results
  • Public Inventory APIGET /api/v1/inventory and GET /api/v1/products for stock queries
  • API Key system — Create and manage API keys from the clinic dashboard under Settings → Developer
  • Webhook support — Register endpoints to receive real-time event notifications
  • Developer documentation — This portal at docs.vetigen.com
  • Sandbox environmenthttps://api-sandbox.vetigen.com available for testing

Notes

  • All public endpoints are read-only (GET only) in this initial release
  • Write/mutation endpoints will be available in a future release
  • API keys use E.164 phone number-linked clinic authentication
  • Rate limit: 1,000 requests/hour per API key

For questions or to report issues, contact developers@vetigen.com

On this page