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

# POST /API/ClaimStatusInquiry

`POST /API/ClaimStatusInquiry`

The ClaimStatusInquiry is the second step of the workflow for obtaining Claim status Information through pVerify. As demonstrated below, the ClaimStatusInquiry call takes in subscriber or dependent demographic information, along with the authorization token, and returns the claim status among other information. To use this or any other method, you must first generate a token via the Token endpoint (see above Token method).

## Headers

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

## Request body

- PVerifyBusinessObjectsPboClaimStatusRequest
  - `PayerCode` string
  - `ProviderLastName` string
  - `ProviderNPI` string
  - `ProviderFederalTaxId` string
  - `PayerClaimNumber` string
  - `ChargeAmount` unknown
  - `ServiceStartDate` string
  - `ServiceEndDate` string
  - `Subscriber` unknown
  - `IsPatientDependent` 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)
