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 » Thu Aug 11, 2022 11:56 am

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: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Python Connector

Post by SLeon » Thu Aug 11, 2022 12:46 pm

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