---
title: "Mobile Profile Verification"
method: POST
path: "/verify/mobile_profile"
tags: ["Mobile Profile"]
---

# Mobile Profile Verification

`POST /verify/mobile_profile`

Verifies a mobile profile and returns enriched personal, contact and document data. Requires X-API-KEY and X-Client-ID headers.

## Request body

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

## Response `200`

Successful response

- MobileProfileResponse
  - `status` string, required
  - `result` MobileProfileResult
    - `personal_information` PersonalInformation
      - `full_name` string
      - `gender` string
      - `age` string
      - `date_of_birth` string — ISO date (YYYY-MM-DD)
      - `income` string, nullable
    - `alternate_phone` AlternatePhoneItem[]
      - `serial_number` string, required
      - `value` string, required
    - `email` EmailItem[]
      - `serial_number` string, required
      - `value` string, email, required
    - `address` AddressItem[]
      - `detailed_address` string
      - `state` string
      - `pincode` string
      - `type` string
      - `date_of_reporting` string
      - `city` string
    - `document_data` DocumentData
      - `pan` PANItem[]
        - `serial_number` string, required
        - `value` string, required — PAN (masked or synthetic in examples)
  - `chargeble` string
  - `user_consent` string

## Other responses

- `400` — Bad request — missing or invalid mobile number.
- `401` — Unauthorized — missing or invalid API credentials.
- `404` — Not found — no records for the supplied mobile number.
- `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)
