Create Service
August 2025
POST /api/service-eligibility
→ POST /api/service-eligibility/v2
Context
The original endpoint potentially includes a synchronous, blocking call through to insurance payers. For predictable behavior and reliability, these are deprecated in favor an asynchronous pattern.
See the Synchronous API Migration Guide for details.
Changes
The new endpoint does not wait on validation with the payer.
The ServiceEligibility will always be returned with its initial status
value of PENDING
.
Migration
Workflows should move to the asynchronous pattern, see the migration guide.
Priority
For most partners, this is an important part of their user experience, and asynchronous APIs will perform better.