---
title: "Passport Verification"
method: POST
path: "/verify/passport"
tags: ["Passport Verification"]
---

# Passport Verification

`POST /verify/passport`

Verifies a passport. Requires X-API-KEY and X-Client-ID headers.

## Request body

- PassportRequest
  - `file_number` string, required — Issuer file/reference number
  - `dob` string, date, required — Date of birth (YYYY-MM-DD)

## Response `200`

Successful verification

- PassportResponse
  - `client_id` string, required
  - `file_number` string, required
  - `passport_number` string, required
  - `full_name` string
  - `dob` string, date
  - `date_of_application` string, date
  - `application_type` string
  - `status` string, required
  - `chargeble` string
  - `user_consent` string, required

## Other responses

- `400` — Invalid request or passport/dob
- `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)
