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

# POST /API/EligibilitySummary

`POST /API/EligibilitySummary`

Eligibility summary is our 2nd gen eligibility endpoint designed to cover the vast majority of payers and return simplified objects with key data such as copay for your practice type. For example, when you send as practice type PT, we will return a Physical Therapy object with key PT benefits.

Key benefits are:

Easy and discrete eligibility information, allowing easy coding to obtain pertinent data.

Support for nearly all types of medical practices with key benefits such as surgical benefits, DME benefits, or PT benefits.

Support for nearly all payers, electronic and non electronic. We have tested all payers available to us and over 90% are returning parsed information correctly

## Headers

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

## Request body

- PVerifyBusinessObjectsPboBaseEligibilitySummaryRequest
  - `PayerName` string
  - `PracticeTypeCode` integer
  - `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)
