This document is intended as a detailed reference for the precise behavior of the drchrono API. If this is your first time using the API, start with our <a href="/api-docs-old/tutorial">tutorial</a>. If you are upgrading from a previous version, take a look at the changelog section. Authorization
https://app.drchrono.com
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://app.drchrono.com
Endpoint status
Live — HTTP 200 — endpoint is accessible5.63s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Paid. EHR and medical practice management platform. Pricing on request.
| Method | Path | Description |
|---|---|---|
| GET | /api/allergies |
Retrieve or search patient allergies |
| POST | /api/allergies |
Create patient allergy |
| GET | /api/allergies/{id} |
Retrieve an existing patient allergy |
| PATCH | /api/allergies/{id} |
Update an existing patient allergy |
| PUT | /api/allergies/{id} |
Update an existing patient allergy |
| GET | /api/amendments |
Retrieve or search patient amendments. You can only interact with amendments cre |
| POST | /api/amendments |
Create patient amendments to a patient's clinical records |
| DELETE | /api/amendments/{id} |
Delete an existing patient amendment, you can only interact with amendments crea |
curl -X GET 'https://app.drchrono.com/api/allergies' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official drchrono.com documentation.