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.
providers
The providers whose insurance coverage needs to be verified.
At least one provider is required, and at most five providers can be specified.
insurancePlans
The insurance plans that must be checked with each provider.
At least one plan is required, and at most three plans can be specified.
zipCode
The zip code of the member.
notes
Any additional notes that are relevant for the insurance verification task.
customMetadata
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.
verifyInsuranceTaskId
The ID of the insurance-verification task.