Page 1 of 1

ShortQuery 401 Unauthorized After Update to 24.4

Posted: Thu May 01, 2025 9:41 am
by dannybess
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?

Re: ShortQuery 401 Unauthorized After Update to 24.4

Posted: Thu May 01, 2025 11:15 am
by justine
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!