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?
ShortQuery 401 Unauthorized After Update to 24.4
Re: ShortQuery 401 Unauthorized After Update to 24.4
Hello dannybess,dannybess wrote: ↑Thu May 01, 2025 9:41 amHi!
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?
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!