---
title: "PAN All-in-One"
method: POST
path: "/verify/pan_all_in_one"
tags: ["PAN Verification"]
---

# PAN All-in-One

`POST /verify/pan_all_in_one`

Performs comprehensive PAN verification. Requires X-API-KEY and X-Client-ID headers.

## Request body

- PanAllInOneRequest
  - `pan_number` string, required — PAN number (format: 5 letters, 4 digits, 1 letter)

## Response `200`

Successful verification

- PanAllInOneResponse
  - `pan_number` string, required
  - `full_name` string, required
  - `full_name_split` string[]
  - `masked_aadhaar` string
  - `address` AddressObject
    - `value` string
    - `confidence` integer
    - `first_line` string
    - `second_line` string
    - `locality` string
    - `landmark` string
    - `house_number` string
    - `district` string
    - `city` string
    - `state` string
    - `country` string
    - `zip` string
  - `email` string, nullable
  - `tax` boolean
  - `phone_number` string, nullable
  - `gender` string
  - `dob` string, date
  - `aadhaar_linked` boolean
  - `category` string
  - `less_info` boolean
  - `is_director` object
    - `found` string
    - `info` object[]
  - `is_sole_proprietor` object
    - `found` string
    - `info` object[]
  - `fname` string
  - `din_info` object
    - `din` string
    - `dinAllocationDate` string
    - `company_list` object[]
  - `status` string, required
  - `chargeble` string
  - `user_consent` string, required

## Other responses

- `400` — Invalid request or PAN 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)
