---
title: "Passport Verification"
method: POST
path: "/v1/passport_number_verifyApi/verify"
---

# Passport Verification

`POST /v1/passport_number_verifyApi/verify`

The Passport Verification API provides a robust solution for validating passport details. By providing a passport ID, users can retrieve comprehensive passport information, ensuring accuracy and streamlining verification processes. This API offers a straightforward method to verify passport details, enabling users to automate the extraction and verification of passport data, reducing errors and improving the reliability of passport verification.

## Request body

- object
  - `type` integer
  - `passport_file_no` string
  - `dob` string, date

## Response `200`

200

- object
  - `statusCode` integer
  - `statusMsg` string
  - `result` boolean
  - `msg` string
  - `data` object
    - `date_of_application` string
    - `dob` string
    - `full_name` string
    - `client_id` string
    - `passport_number` string
    - `file_number` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/revisions/a9dd2afd70a1/schema)
