---
title: "Fetch PAN(s) from mobile number"
method: POST
path: "/verify/mobile_to_pan"
tags: ["Mobile to PAN"]
---

# Fetch PAN(s) from mobile number

`POST /verify/mobile_to_pan`

Fetches PAN(s) associated with a mobile number. Requires X-API-KEY and X-Client-ID headers.

## Request body

- MobileToPanRequest
  - `mobile` string, required — 10-digit mobile number

## Response `200`

Successful lookup (may return list or 'No Record Found')

- MobileToPanResponse
  - `detail` string, required — Result message or summary (e.g. 'No Record Found' or success message).
  - `pans` object[], nullable
    - `pan` string, required
    - `name` string
    - `masked_aadhaar` string, nullable

## Other responses

- `400` — Invalid request or mobile number
- `401` — Unauthorized - Invalid or missing API key or client ID
- `404` — Not Found - The requested resource was not found
- `500` — Internal server error

---

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