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

# Create Verification

`POST /v2/verifications`

## Request body

- VerificationV2Request
  - `patient` object, required — An object to describe the patient
    - `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
    - `memberId` string, required — The patient's insurance member ID
  - `payerId` string, uuid, required — The payer ID. See the Sohar [payer list](https://docs.soharhealth.com/api-reference/payers/get-payers)
  - `placeOfServiceCode` string, required — A [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
  - `specialtyCode` 'ABA' | 'IOP' | 'OCT' | 'PHT' | 'PRC' | 'PCH' | 'PSY' | 'SLP' | 'SUD' | 'UGC' | 'WMT', required — Specifies the specialty `ABA` Applied Behavioral Analysis `IOP` Intensive Outpatient Program `OCT` Occupational Therapy `PHT` Physical Therapy `PRC` Primary Care `PCH` Psychiatry `PSY` Psychotherapy `SLP` Speech-Language Pathology `SUD` Substance Use Disorder `UGC` Urgent Care `WMT` Weight Management
  - `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

- VerificationV2Response
  - `verificationId` string, uuid — The Sohar ID for the verification
  - `id` string, nullable — An optional identifier for the verification. This is a user-defined value that can be used when creating 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)
