Create Policy

August 2025

POST /api/policyPOST /api/policy/v2

Context

The original endpoint included 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 Policy 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.