---
title: "Create Verification"
method: POST
path: "/v1/verifications"
tags: ["Legacy-Verifications"]
---

# Create Verification

`POST /v1/verifications`

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

## Request body

- VerificationRequest
  - `patientId` string, uuid, required — The Sohar ID for the patient
  - `memberId` string, required — The insurance member ID
  - `payerId` string, uuid, required — The payer ID. See the Sohar [payer list](https://docs.soharhealth.com/api-reference/payers/get-payers)
  - `npi` string — An NPI to identify the provider requesting benefits, typically a type 2 NPI
  - `taxonomyCode` string — An optional taxonomy code to override the primary taxonomy code associated with the provider's NPI number
  - `placeOfService` string — An optional [two-digit code](https://www.cms.gov/medicare/coding-billing/place-of-service-codes/code-sets) that describes the setting in which a service was provided
  - `id` string — An optional identifier for the verification
  - `subscriber` object — An optional object to describe the subscriber related to the insurance member ID. Used when the patient is a dependent - the subscriber is typically a parent or spouse
    - `firstName` string — The subscriber's first name
    - `lastName` string — The subscriber's last name
    - `dateOfBirth` string — The subscriber's birth date in MM/DD/YYYY format

## Response `201`

A verification ID

- VerificationResponse
  - `patientId` string, uuid — The Sohar ID for the patient
  - `verificationId` string, uuid — The Sohar ID for the verification

## Other responses

- `400` — Invalid request
- `403` — Unauthorized
- `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)
