January 2025 updates
about 1 month ago by Pritika Mehra
Claims API improvements!
API endpoints
- Claims API filtering: You can now filter claims by
date_of_servicewhen calling theGET /claimsendpoint, making it easier to query claims for a specific service date. - Claims API bug fix: Fixed an issue where the
date_of_servicefield could return incorrect or inconsistent values in responses from theGET /claimsendpoint. - Available Slots: You can request by provider or appointment types now, previous you always needed to pass providers, even when passing
appointment_type_id.GET /available_slotsendpoint.