Here are Python and C# scripts created by our engineering team to help get started with connecting to our APIs. Python Script import datetime
import requests
import json
import threading
import webbrowser
import urllib.parse
from htt...
DrChrono APIs now have endpoints to grab data in bulk. Normally our API response has a page size limit of 250, but our bulk APIs can obtain up to 1000 results. Our current list of bulk APIs . Appointments Patients Line Item Transactio...
DrChrono Application Programming Interface (API) has two application modes: Private and Public. Private API An API application is defaulted to private mode. A private application can only connect to a user from the same account or practice grou...
In this article, we will discuss the various API errors that you may encounter. The goal here is to provide awareness of our error types and provide a few ways you can handle them. 4XX Level Errors 400 - Bad Request 401 - Unauthorized 4...