---
title: "Passport Verification"
method: GET
path: "/v1/verification/passport"
tags: ["KYC APIs"]
---

# Passport Verification

`GET /v1/verification/passport`

Use this API to verify passport information and ensure the identity of your customer. Provide the passport file number and dob(YYYY-MM-DD format) in the request and we help you verify the details instantly.

## Query parameters

- `file_number` string, required
- `dob` string, required

## Response `200`

Successful Response

- union
  - RESPONSEPASSPORTVERIFICATIONSUCCESS
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string
    - `data` PassportVerificationData, required
      - `file_number` string
      - `name` string
      - `dob` string
      - `application_type` string
      - `application_received_date` string
      - `status` string
  - RESPONSEPASSPORTVERIFICATIONINVALIDINPUT
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
