- 🚀 Quickstart
- 🧑⚕️ OAuth app setup
- 🔗 Useful links
- 🚨 API gotchas
1
Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> DrChrono. Nango doesn’t provide a test OAuth app for DrChrono yet. You’ll need to set up your own by following these instructions. After that, make sure to add the OAuth client ID, secret, and scopes in the integration settings in Nango.
2
Authorize DrChrono
Head to Connections -> Add Test Connection -> Authorize, then log in to DrChrono and approve the requested scopes.
3
Call the DrChrono API
Make your first proxied request (fetch patients) by replacing the placeholders with your secret key, integration ID, and connection ID:Retrieve raw credentials later via the Node SDK or the API.
- cURL
- Node
DrChrono tokens are short-lived (48 hours). Nango automatically refreshes them using the stored refresh token whenever you call
nango.getConnection().Questions? Join us in the Slack community.