Search found 18 matches

by aearl23
Thu May 08, 2025 6:49 pm
Forum: API
Topic: Truncated Responses
Replies: 0
Views: 23

Truncated Responses

I am trying to make the GET request for the procedurecodes endpoint but the response is truncated. How can I get the full response and full list of codes?
by aearl23
Tue Apr 15, 2025 11:21 am
Forum: API
Topic: Practice Version
Replies: 1
Views: 20977

Practice Version

Is there an API that would return the current OD version of the practice?
by aearl23
Thu Apr 10, 2025 9:25 am
Forum: API
Topic: Developer Portal Access
Replies: 1
Views: 1113

Developer Portal Access

Is there an api that could allow me to access my opendental developer portal to create or fetch API keys?
by aearl23
Thu Apr 03, 2025 2:23 pm
Forum: API
Topic: EOB Delete
Replies: 1
Views: 1290

EOB Delete

Is there a method that would allow me to delete an attached EOB from the system?
by aearl23
Tue Mar 04, 2025 9:04 am
Forum: API
Topic: EOBAttaches POST/ SFTP Upload
Replies: 6
Views: 3918

Re: EOBAttaches POST/ SFTP Upload

Here is the error: OpenDental API error: 400 - "Error. This is most likely a version issue. The version that the customer is using might be too old to support the API method used."
by aearl23
Mon Mar 03, 2025 4:47 pm
Forum: API
Topic: EOBAttaches POST/ SFTP Upload
Replies: 6
Views: 3918

Re: EOBAttaches POST/ SFTP Upload

I am using the sftp address from an AWS sftp server. I have been using the Upload SFTP for single claims without a problem, but when I do so with a batch payment, I get the error
by aearl23
Mon Mar 03, 2025 1:22 pm
Forum: API
Topic: EOBAttaches POST/ SFTP Upload
Replies: 6
Views: 3918

Re: EOBAttaches POST/ SFTP Upload

We are trying to use the ClaimPaymentNum from a batch claim payment to perform a SFTP POST UPLOAD operation to the batch claim. We want to run a batch claim process and attach an eob to the claim so that all the patients on the claim have an attached EOB. While doing so, I got this error: OpenDental...
by aearl23
Thu Feb 20, 2025 7:23 pm
Forum: API
Topic: EOBAttaches POST/ SFTP Upload
Replies: 6
Views: 3918

EOBAttaches POST/ SFTP Upload

Is there a way where an sftp upload can be sent as a batch process to upload the same file for multiple patients?
by aearl23
Wed Feb 19, 2025 5:27 pm
Forum: API
Topic: Patient search improvement
Replies: 5
Views: 5998

Re: Patient search improvement

I am trying to do a request such as: curl https://api.opendental.com/api/v1/patie ... Nname=John where the last name and first name are used together. Is this possible?
by aearl23
Wed Feb 12, 2025 4:04 pm
Forum: API
Topic: EOBAttachesNum
Replies: 1
Views: 3370

EOBAttachesNum

If I am creating a new claim and want to retrieve the EOBAttachesNum, how can I do so without having an EOB currently attached? For example, I am making a GET request /eobattaches?ClaimPaymentNum={correct num} but only see an empty [] message. I will be needing the EOBattachesNum to then upload a fi...
by aearl23
Wed Feb 12, 2025 4:01 pm
Forum: API
Topic: Patient search improvement
Replies: 5
Views: 5998

Re: Patient search improvement

What is the required syntax for such ra equest? I am trying a request formatted as : curl -i https://api.opendental.com/api/v1/patients?LName={PHI}&FName={PHI} -H "Authorization: {key}/{key}" and get this message : "You are missing an Authorization header."'FName' is not recognized as an internal or...
by aearl23
Tue Feb 11, 2025 7:13 pm
Forum: API
Topic: Patient search improvement
Replies: 5
Views: 5998

Patient search improvement

Hello, I am currently wondering if there could be a GET/patients endpoint that uses FN and LN? This is currently the only option and it would be useful to have a search by FN and LN without requiring the DOB.

GET /patients?LName=smi
by aearl23
Thu Feb 06, 2025 1:29 pm
Forum: API
Topic: How to Connect Family Members
Replies: 2
Views: 3368

Re: How to Connect Family Members

That worked, thank you!
by aearl23
Thu Feb 06, 2025 12:46 pm
Forum: API
Topic: How to Connect Family Members
Replies: 2
Views: 3368

How to Connect Family Members

I am currently trying to use a series of API requests to add patients and connect them to appear in the same 'Family Members section.' What parameter or API allows you to create these links between patients? SuperFamilies is not what I need, I am rather trying to POST patients to appear in the same ...
by aearl23
Thu Jan 30, 2025 12:40 pm
Forum: API
Topic: Documents/DownloadSftp API
Replies: 4
Views: 3516

Re: Documents/DownloadSftp API

Yes, the user has write permissions, but does the API support SSH authentication or only password?
by aearl23
Thu Jan 30, 2025 12:23 pm
Forum: API
Topic: Documents/DownloadSftp API
Replies: 4
Views: 3516

Re: Documents/DownloadSftp API

Also, can I use a SSH key for authentication or does the API only support password authentication?
by aearl23
Thu Jan 30, 2025 11:25 am
Forum: API
Topic: Documents/DownloadSftp API
Replies: 4
Views: 3516

Documents/DownloadSftp API

I am on version 24.3.43 and I got this error: Error in POST request to documents/DownloadSftp: OpenDental API error: 400 - "Error. This is most likely a version issue. The version that the customer is using might be too old to support the API method used." The API specs tell me that the POST Downloa...
by aearl23
Wed Jan 22, 2025 3:38 pm
Forum: API
Topic: API - Benefits
Replies: 1
Views: 3358

API - Benefits

I am having issues with the Benefits API when posting an AgeLimit. Here is the response I am getting: OpenDental API error: 400 - "QuantityQualifier not allowed to be AgeLimit." Here is what I am sending : "PlanNum": self.plan_num, "BenefitType": "Limitations", "CoverageLevel": "None", "TimePeriod":...