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

# POST /API/PatientFinderInquiryResults

`POST /API/PatientFinderInquiryResults`

pVerify’s Patient Demographic Validator allows Hospitals and Providers to find a patient’s demographics given a wide variety of input criteria, including SSN, address, and DOB.

## Headers

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

## Request body

- PVerifyBusinessObjectsThompsonReutersPboPersonSearchRequest
  - `FirstName` string
  - `MiddleName` string
  - `LastName` string
  - `DOB` string
  - `SSN` string
  - `PhoneNumber` string
  - `Address` unknown
  - `Location` string
  - `ReferenceNumber` string
  - `SearchCriteriaId` integer
  - `Version` integer

## 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)
