---
title: "POST /API/InsuranceDiscovery"
method: POST
path: "/API/InsuranceDiscovery"
tags: ["InsuranceDiscovery"]
---

# POST /API/InsuranceDiscovery

`POST /API/InsuranceDiscovery`

pVerify’s Insurance Discovery allows Hospitals and Providers to find a patient’s insurance coverage to collect potentially millions from insurance companies, allow prompt claim submission, increase patient payment collection, and drastically decrease Account Receivables.

Patient States
To run insurance discovery a patient state or patient state ID is required. As part of the setup, pVerify will work with you to create Patient States.

Medicare
We will return a new object for Medicare called MedicareInfoSummary which will return Medicare specific information such as Part A/B deductible, pharmacy payer name, MCA payer name, and more information. This object will only be returned for Medicare, for all other payers it is null. Please use this object when sending Medicare patients to retrieve Medicare specific information.

## Headers

- `Authorization` string, required
- `Client-Api-Id` string, required

## Request body

- PVerifyBusinessObjectsPboInsuranceDiscoveryRequest
  - `PatientStateId` integer
  - `PatientState` string
  - `DOS_StartDate` string
  - `DOS_EndDate` string
  - `PatientFirstName` string
  - `PatientLastName` string
  - `PatientSSN` string
  - `PatientDOB` string
  - `Notes` string
  - `Location` string
  - `PatientGender` string
  - `VerifyMedicare` boolean
  - `PatientHasDisability` boolean

## Response `200`

OK

- object

---

[API](https://skmtc.net/pverify/apis/pverify-apiservices.md) · [All operations](https://skmtc.net/pverify/apis/pverify-apiservices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pverify/pverify-apiservices/revisions/9e1d4f09d0b2/schema)
