---
title: "Get Passport"
method: GET
path: "/travelers/{traveler_id}/passport"
tags: ["travelers"]
---

# Get Passport

`GET /travelers/{traveler_id}/passport`

## Path parameters

- `traveler_id` string, uuid, required

## Response `200`

Successful Response

- PassportDetails
  - `surname` string, nullable
  - `given_names` string, nullable
  - `date_of_birth` string, date, nullable
  - `gender` string, nullable
  - `nationality` string, nullable
  - `country` string, nullable
  - `number` string, nullable
  - `expiry` string, date, nullable

## Other responses

- `422` — Validation Error

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-09-18** `a3e985bf842c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/travelers/:traveler_id/passport/get.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/a3e985bf842c?raw)
