# NovaMed Partner API The NovaMed Integration API is a set of HTTP endpoints that help your app integrate with NovaMed for complete patient care management, prescription fulfillment, and order tracking. div div svg path path div h4 Postman Documentation a View in Postman → ## Base URLs Use the appropriate base URL for your environment: div div span Development code https://novamed-feapidev.stackmod.info div span Production code https://feapi.novamed.care ## Authentication We will provide an **API Key** and **Clinic Id**. All requests need to pass a header `x-api-key` with the provided value. ```bash curl https://novamed-feapidev.stackmod.info/api/external/practitioner \ -H "x-api-key: your-api-key-here" \ -H "Content-Type: application/json" \ -H "Accept: application/json" ``` [Learn more about authentication →](/guides/authentication) ## Quick Links Quickstart Get your first API call working in minutes. API Reference Complete endpoint documentation with examples. Webhooks Receive real-time event notifications. ## API Endpoints The NovaMed Partner API supports the following core capabilities: ol li strong Practitioners — Create and manage practitioners (doctors, veterinarians) li strong Patients — Register and manage patients in the platform li strong Medication Requests — Create medication orders for patients li strong Refills — Request prescription refills for existing orders li strong Webhooks — Receive real-time notifications for status updates ## Request and Response Format All API access is over HTTPS. All data is sent and received as JSON. **Required Headers:** | Header | Value | | --- | --- | | `Content-Type` | `application/json` | | `Accept` | `application/json` | | `x-api-key` | Your API key | ## Next Steps 1. [Get your API key](/guides/quickstart#get-your-api-key) 2. [Make your first request](/guides/quickstart#make-your-first-request) 3. [Set up webhooks](/guides/webhooks) 4. [Explore the API reference](/api-reference) ## API Terms **NovaMed API Terms (Approved Partners Only).** By accessing NovaMed APIs you agree to these terms. Access is by written approval only; credentials are unique per tenant and must be protected. APIs may process PHI; production PHI access requires a BAA. Do not send PHI to Development environment. No scraping, reverse engineering, benchmarking, resale/sublicensing (except serving authorized customers), or security testing without written approval. No PCI/card data. NovaMed may change/suspend APIs; best efforts notice. APIs "as is"; liability capped to fees paid in prior 3 months. Notices: legal@nimbushealthcare.com. Travis County, TX. [View full API License Terms & Conditions →](/api-terms) Need help? Contact [api@nimbus-os.com](mailto:api@nimbus-os.com)