---
title: "Get Verification V1"
method: GET
path: "/v1/verifications/{verificationId}"
tags: ["Legacy-Verifications"]
---

# Get Verification V1

`GET /v1/verifications/{verificationId}`

This API is still available but no longer supported and is planned for deprecation in a future release; users should transition to the [Get Verification](/api-reference/verifications/get-verification-v2) API.

## Response `200`

A verification

- FullVerificationResponse
  - `patientId` string, uuid, required — The Sohar ID for the patient
  - `verificationId` string, uuid, required — The Sohar ID for the verification
  - `timestamp` string, date-time, required — An ISO 8601 date and time string describing when the verification was created
  - `status` string, required — The [status](/documentation/guides/verification#statuses) of the verification
  - `memberId` string, required — The insurance member ID
  - `coverageStartDate` string, nullable — Date on which coverage began in MM/DD/YYYY format
  - `coverageEndDate` string, nullable — Date on which coverage ends in MM/DD/YYYY format
  - `payerId` string, uuid, required — The [payer ID](https://docs.soharhealth.com/api-reference/payers/get-payers). Note that this value may be different to the value provided in the original request if the original payer was incorrect and the correct payer has been found
  - `payerName` string, required — The payer's name. Note that this value may be different to the value provided in the original request if the original payer was incorrect and the correct payer has been found
  - `planName` string, nullable — Describes the patient's plan
  - `groupNumber` string, nullable — Describes the patient's group number
  - `groupName` string, nullable — Describes the patient's group name
  - `insuranceTypeCode` string, nullable — Describes the patient's [insurance type](https://x12.org/codes/insurance-descriptor-codes)
  - `id` string, nullable — An optional identifier for the verification. This is a user-defined value that can be used when creating the verification
  - `benefits` Benefits[], required
    - `networkStatus` 'inn' | 'oon' — Determines whether the benefits apply to patients in or out of network. Values are either "inn" for in network benefits or "oon" for out of network benefits
    - `tier` number, nullable — The benefits tier, if multiple benefits are available. This attribute will be null if only one tier is available.
    - `coinsurance` number, nullable — The co-insurance value. Has the value `1` if co-insurance is 100%, indicating that the payer will not reimburse for this network status
    - `copay` number, nullable — The co-payment value, in USD
    - `totalDeductible` number, nullable — The patient's total deductible value, in USD
    - `remainingDeductible` number, nullable — The patient's remaining deductible value, in USD
    - `outOfPocket` number, nullable — The patient's out of pocket maximum value, in USD. Also known as the stop loss value
    - `outOfPocketRemaining` number, nullable — The patient's remaining out of pocket value, in USD. Also known as the stop loss value
    - `coverageLevelCode` string, nullable — Indicates the coverage level of the provided deductible information. Possible values include: IND, FAM, CHD, DEP, ECH, EMP, ESP, SPC, SPO
  - `relatedEntities` RelatedEntity[], required — An array of related entities
    - `payerId` string, uuid, nullable — The [payer ID](https://docs.soharhealth.com/api-reference/payers/get-payers) of the related entity
    - `payerName` string — The name of the related entity
    - `memberId` string, nullable — The insurance member ID, if the related entity knows the patient by a different member ID
    - `entityIdentifierCode` string, nullable — Specifies the role of a related entity. Used to identify primary, secondary, or tertiary payers with the values PRP (Primary Payer), SEP (Secondary Payer), or TTP (Tertiary Payer)
    - `entityQualifier` 'PART_A' | 'PART_B' | 'PART_C' | 'PART_D', nullable
  - `patient` Patient, required
    - `firstName` string, required — The patient's first name
    - `lastName` string, required — The patient's last name
    - `dateOfBirth` string, required — The patient's birth date in MM/DD/YYYY format
    - `state` 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY', required — Two-letter US state code
    - `address` string, nullable — The patient's address
    - `subscriberRelationshipCode` string, nullable — The relationship between the patient and the subscriber. Possible values can be found [here](https://www.arlearningonline.com/2020/02/patient-relationship-codes.html).
  - `subscriber` Subscriber, required
    - `firstName` string, nullable — The subscriber's first name
    - `lastName` string, nullable — The subscriber's last name

## Other responses

- `403` — Unauthorized
- `404` — Not found
- `500` — Internal error

---

[API](https://skmtc.dev/soharhealth/apis/sohar-api.md) · [All operations](https://skmtc.dev/soharhealth/apis/sohar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/soharhealth/sohar-api/revisions/2cb5fa45c18c/schema)
