---
title: "Verify UAN number"
method: POST
path: "/verify/uan_verification"
tags: ["UAN Verification"]
---

# Verify UAN number

`POST /verify/uan_verification`

Fetch UAN details and employment summary for a provided UAN. Requires `X-API-KEY` and `X-Client-ID` headers.

## Request body

- UANVerificationRequest
  - `uan_number` string, required — 12-digit UAN to verify.

## Response `200`

UAN verification result

- UANVerificationResponse
  - `result` object, required
    - `uan` string[]
    - `summary` object
      - `recent_employer_data` object
        - `establishment_name` string
        - `establishment_id` string
        - `member_id` string
        - `date_of_exit` string
        - `date_of_joining` string, date
        - `leave_reason` string
        - `employer_confidence_score` number, nullable
        - `matching_uan` string
      - `matching_uan` string
      - `is_employed` boolean
      - `employee_name_match` string, nullable
      - `employer_name_match` string, nullable
      - `uan_count` integer
      - `date_of_exit_marked` boolean
    - `uan_details` object
    - `uan_source` object[]
      - `uan` string, required
      - `source` string, required
    - `name_dob_filtering_score` number, nullable
  - `input_data` object
    - `uan` string, required
  - `status` string, required
  - `chargeble` string
  - `user_consent` string

## Other responses

- `400` — Bad request — missing or invalid UAN.
- `401` — Unauthorized — missing or invalid API credentials.
- `404` — Not found — no record found for the supplied UAN.
- `500` — Internal server error.

---

[API](https://skmtc.net/idto/apis/verification-api.md) · [All operations](https://skmtc.net/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idto/verification-api/versions/e3d57dab8db4/schema)
