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.
Postman Documentation
View in Postman →Use the appropriate base URL for your environment:
https://novamed-feapidev.stackmod.infohttps://feapi.novamed.careWe will provide an API Key and Clinic Id. All requests need to pass a header x-api-key with the provided value.
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 →
Quickstart
Get your first API call working in minutes.
API Reference
Complete endpoint documentation with examples.
Webhooks
Receive real-time event notifications.
The NovaMed Partner API supports the following core capabilities:
- Practitioners — Create and manage practitioners (doctors, veterinarians)
- Patients — Register and manage patients in the platform
- Medication Requests — Create medication orders for patients
- Refills — Request prescription refills for existing orders
- Webhooks — Receive real-time notifications for status updates
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 |
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 →
Need help? Contact api@nimbus-os.com