Python Connector

For requests or help with our API
Post Reply
bashaawad
Posts: 1
Joined: Thu Aug 11, 2022 11:53 am

Python Connector

Post by bashaawad »

Hello, how can I use python to read from opendental?
And would it be better to use Power BI to explore the data?
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: Python Connector

Post by SLeon »

The great part about the Open Dental API is that it can be used by any REST client. If a program can make a RESTful web call, it can utilize our API. For example, you can use Python to make API calls by importing the 'requests' library.
Post Reply