api
Check Insurance Eligibility
Check patient insurance eligibility<br/><br/>This endpoint accepts either a patient_token or patient details to check insurance eligibility.<br/><br/>The request will be forwarded to the Insurance Service for processing.<br/><br/>Returns an array of insurances.
post/api/v1/insurance/eligibility-check
Request body
Example request
{
"patient_token": "4526d90a",
"patient_details": {
"first_name": "John",
"last_name": "Doe",
"dob": "19950503",
"gender": "male",
"zip": "94105",
"city": "San Francisco",
"state": "CA"
}
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.