These endpoints require authentication. Please see
authentication for more information.
Overview
In this 5 minute quickstart, we will walk through how to submit claim status requests. Each of these requests will trigger a call to the specified insurance payor, and when completed, you’ll receive the results at any webhooks you’ve set up.Create an Inquiry
Let’s walk through an example of how to create an inquiry using a POST request. You will need to provide the necessary information to check the claims status. This generally includes information about your provider, patient and the claim.Retrieve an Inquiry
Now that you’ve made your first inquiry, you can check the results with a GET request and theinquiry_id
returned when you created an inquiry. This is an alternative to receiving the results at your webhook which will be sent automatically once the results are complete.
JSON