ShortQuery 401 Unauthorized After Update to 24.4

For users or potential users.
Post Reply
dannybess
Posts: 6
Joined: Thu Jan 23, 2025 5:47 pm

ShortQuery 401 Unauthorized After Update to 24.4

Post by dannybess » Thu May 01, 2025 9:41 am

Hi!

I'm a vendor integrated w/ a practice that just updated their OpenDental server to 24.4. We're relying on the ShortQuery endpoint quite extensively - one of our queries started breaking w/ a 401 error recently and we can't seem to figure out why. The query is:

SELECT
PopupNum,
PatNum,
Description,
PopupLevel,
IsDisabled,
DateTimeDisabled,
DateTimeEntry
FROM popup
LIMIT 1

so should be read only. Wondering if there's some new permissions we have to set on the API key?

justine
Posts: 286
Joined: Tue Dec 28, 2021 7:59 am

Re: ShortQuery 401 Unauthorized After Update to 24.4

Post by justine » Thu May 01, 2025 11:15 am

dannybess wrote:
Thu May 01, 2025 9:41 am
Hi!

I'm a vendor integrated w/ a practice that just updated their OpenDental server to 24.4. We're relying on the ShortQuery endpoint quite extensively - one of our queries started breaking w/ a 401 error recently and we can't seem to figure out why. The query is:

SELECT
PopupNum,
PatNum,
Description,
PopupLevel,
IsDisabled,
DateTimeDisabled,
DateTimeEntry
FROM popup
LIMIT 1

so should be read only. Wondering if there's some new permissions we have to set on the API key?
Hello dannybess,

A question like this requires a lot more information. In the Developer Portal there is a email address specifically for API related technical and implementation questions. Please reach out, as that is likely the fastest way to handle this.

Thanks!

Post Reply