---
title: "Fetch UAN(s) from mobile number"
method: POST
path: "/verify/mobile_to_uan"
tags: ["UAN Verification"]
---

# Fetch UAN(s) from mobile number

`POST /verify/mobile_to_uan`

Fetches UAN(s) associated with a mobile number (using configured provider). Requires authenticated request. Delegates to verification service with verification_type="mobile_to_uan".

## Request body

- MobileToUANRequest
  - `mobile_number` string, required — Mobile number to fetch UAN for

## Response `200`

UAN(s) retrieved

- MobileToUANResponse
  - `status` string — Result status: success / failed
  - `data` object
    - `message` string
    - `uan_list` string[]
  - `chargeble` string — Whether the call is billable ('true'|'false')
  - `user_consent` string — Whether user consent is present ('true'|'false')

## Other responses

- `400` — Invalid request (missing mobile_number)
- `401` — Unauthorized - Invalid or missing API key
- `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)
