Organizer API Documentation
Integrate pet health management into your applications with our comprehensive RESTful API
Quick Start Guide
Get up and running with the Organizer API in minutes
API Authentication
All API requests require authentication using API keys. Include your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.pethealthtracker.org/v1/pets
API Status
All Systems Operational
99.9% Uptime (30 days)
< 200ms Average Response
Rate Limits
| Plan | Requests/Hour |
|---|---|
| Free | 1,000 |
| Professional | 10,000 |
| Enterprise | 100,000 |
API Endpoints
Comprehensive reference for all available API endpoints
Pets API
Manage pet profiles, retrieve pet information, and update pet details.
/pets
/pets
/pets/{id}
/pets/{id}
Health Records API
Access and manage comprehensive health records, medical history, and veterinary visits.
/pets/{id}/records
/pets/{id}/records
/records/{id}
/records/{id}
SDKs & Libraries
Official SDKs and community libraries for popular programming languages
JavaScript/Node.js
Official JavaScript SDK for web and Node.js applications
Python
Python SDK with full API coverage and asyncio support
.NET/C#
.NET Standard library for C# and VB.NET applications