# Insurance ## Get insurance details - [POST /v3/services/get_insurance_details](https://docs.measureone.com/api/openapi_3.2/openapi/insurance/paths/~1v3~1services~1get_insurance_details/post.md): Provides insurance details including policy type, policy dates, coverages, premium amount and other fields. Please see response payload for the detailed fields. Following table has reason code for Insurance Details. ### Reason Codes |Code|Description| |--- |--- | |MID_VF_DAC|Verification method: Direct insurance provider account connection| |MID_VF_USD|Verification method: User-submitted insurance policy| |MID_VF_USIC|Verification method: User-submitted insurance card| |MID_VF_DAC_USD|Verification method: Direct insurance provider account connection and one or more user-submitted insurance policy| |MID_INSUFFICIENT_DATA|MeasureOne does not have sufficient data to process the requested transaction| |MID_DRVD_STATUS |Insurance status derived from coverage dates| |MID_DA_STATUS |Insurance status directly available in source data| |MID_INSUFFICIENT_DATA |Insufficient information to derive insurance status| ## Get insurance status - [POST /v3/services/get_insurance_status](https://docs.measureone.com/api/openapi_3.2/openapi/insurance/paths/~1v3~1services~1get_insurance_status/post.md): Provides basic insurance information including policy status, policy dates, coverage type and other fields. Please see response payload for the detailed fields. Following table has reason code for Insurance Status. ### Reason Codes |Code|Description| |--- |--- | |MIS_VF_DAC|Verification method: Direct insurance provider account connection| |MIS_VF_USD|Verification method: User-submitted insurance policy| |MIS_VF_USIC|Verification method: User-submitted insurance card| |MIS_VF_DAC_USD|Verification method: Direct insurance provider account connection and one or more user-submitted insurance policy| |MIS_DRVD_STATUS | Insurance status derived from coverage dates| |MIS_DA_STATUS | Insurance status directly available in source data | |MIS_INSUFFICIENT_DATA |MeasureOne does not have sufficient data to process the requested transaction| |MIS_INSUFFICIENT_DATA |Insufficient information to derive insurance status|