Create Verify-Insurance Task

Create an insurance-verification task.

Specify up to five providers and up to three insurance plans. Ferry will check the payer’s provider portal and contact the provider’s office to determine whether each provider is in-network or out-of-network for each plan.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
providerslist of objectsRequired
The providers whose insurance coverage needs to be verified. At least one provider is required, and at most five providers can be specified.
insurancePlanslist of objectsRequired
The insurance plans that must be checked with each provider. At least one plan is required, and at most three plans can be specified.
zipCodestringRequired
The zip code of the member.
notesstringOptional
Any additional notes that are relevant for the insurance verification task.
customMetadataanyOptional
Custom metadata to associate with this task. When you retrieve a task, this metadata will be included in the response.

Response

This endpoint returns an object.
verifyInsuranceTaskIdstring

The ID of the insurance-verification task.