Search found 2 matches
- Wed Apr 21, 2021 5:17 pm
- Forum: Developers
- Topic: The remote server returned an error: (500) Internal Server Error
- Replies: 6
- Views: 17601
Re: The remote server returned an error: (500) Internal Server Error
Do you have data on which version of OD dental clinics who have 3rd party services use?
- Wed Apr 21, 2021 2:05 pm
- Forum: Developers
- Topic: The remote server returned an error: (500) Internal Server Error
- Replies: 6
- Views: 17601
The remote server returned an error: (500) Internal Server Error
I am able to successfully access OD API via Tester credentials through C# without issues, using the code below: string authorizationHeader = "Authorization: ODFHIR NFF6i0KrXrxDkZHt/VzkmZEaUWOjnQX2z"; WebRequest request = WebRequest.Create("https://api.opendental.com/api/v1/patients"); request.Method...