Getting Started
The MaxCare Public API allows marketplace apps to access clinic data programmatically. This guide walks you through setup and your first API call.Prerequisites
- A registered marketplace app in the MaxCare dashboard
- An API key generated from the app settings page
Base URL
All API endpoints are prefixed with:Making Your First Request
Once you have your API key and the organization ID of the clinic you’re accessing, make a request:Response
Response Format
All responses follow a consistent envelope: Success:Next Steps
- Authentication — Learn about API key auth and headers
- Scopes — Understand permission scopes
- Browse the API Reference tab to see all available endpoints