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 API —
GET /api/v1/patientsandGET /api/v1/patients/:fpfor reading patient records - Public Calendar API —
GET /api/v1/calendar/eventsfor reading appointment data - Public SOAP API —
GET /api/v1/soap/:fpandGET /api/v1/soap/patient/:fpfor medical records - Public Cortex Diagnostics API —
GET /api/v1/cortex/diagnostics/:fpand patient diagnostics for lab results - Public Inventory API —
GET /api/v1/inventoryandGET /api/v1/productsfor 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 environment —
https://api-sandbox.vetigen.comavailable for testing
Notes
- All public endpoints are read-only (
GETonly) 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