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

# POST /API/EligibilityInquiry

`POST /API/EligibilityInquiry`

The EligibilityInquiry endpoint is the main method used get an eligibility report for a specific subscriber / dependent. This requires customers to post a request, via REST to a designated URL address. Once a request is received by the service an immediate response is sent for each request posted. To use this or any other method, you must first generate a token via the Token endpoint (see above Token method).

Payers return many formats for the eligibility report, which we parse to put into a JSON object format. Critical to the successful parsing of this information is the concept of our pVerify exclusive payer and client specific parsing logic, stored in NetworkSections in the response. See below for more information.

## Headers

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

## Request body

- PVerifyBusinessObjectsPboBaseEligibilityInquiryRequest
  - `ServiceCodes` unknown
  - `IncludeTextResponse` boolean
  - `PlaceOfService` string
  - `InternalId` string
  - `CustomerId` string
  - `PayerCode` string
  - `Provider` unknown
  - `Subscriber` unknown
  - `Dependent` unknown
  - `IsSubscriberPatient` string
  - `DOS_StartDate` string
  - `DOS_EndDate` string
  - `ReferenceId` string
  - `Location` string

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