For requests or help with our API
-
ironhawk1307
- Posts: 5
- Joined: Fri Jan 05, 2024 12:26 am
Post
by ironhawk1307 » Sun Mar 30, 2025 1:35 am
Hi everyone,
I am trying to use the OpenDental ClaimTracking API to create new claims. The API endpoint I am using is:
Endpoint:
https://api.opendental.com/api/v1/claimtrackings
Method: POST
Payload:
{
"ClaimNum": "",
"Note": "",
"TrackingDefNum": ""
}
Error: "claimtrackings is not a valid resource."
the same API request works fine with a different clinic. Upon reviewing the documentation, I noticed the following line:
"Creates a new ClaimTracking. Requires one-time setup by the Dental Office, see Edit Claim - Status History Tab."
When I click the provided link, it doesn’t work, and I'm unsure about what the setup entails.
Could someone clarify how I can set up ClaimTracking for all clinics? Is there something specific that needs to be configured before I can use this API endpoint?
-
justine
- Posts: 286
- Joined: Tue Dec 28, 2021 7:59 am
Post
by justine » Mon Mar 31, 2025 9:30 am
ironhawk1307 wrote: ↑Sun Mar 30, 2025 1:35 am
Hi everyone,
I am trying to use the OpenDental ClaimTracking API to create new claims. The API endpoint I am using is:
Endpoint:
https://api.opendental.com/api/v1/claimtrackings
Method: POST
Payload:
{
"ClaimNum": "",
"Note": "",
"TrackingDefNum": ""
}
Error: "claimtrackings is not a valid resource."
the same API request works fine with a different clinic. Upon reviewing the documentation, I noticed the following line:
"Creates a new ClaimTracking. Requires one-time setup by the Dental Office, see Edit Claim - Status History Tab."
When I click the provided link, it doesn’t work, and I'm unsure about what the setup entails.
Could someone clarify how I can set up ClaimTracking for all clinics? Is there something specific that needs to be configured before I can use this API endpoint?
Good morning ironhawk1307,
ClaimTrackings POST was implemented in version 23.2.5. What version is the office on?
Thanks!