---
title: "Manage APort passport"
method: POST
path: "/v0.2.4/passport"
tags: ["Passport"]
---

# Manage APort passport

`POST /v0.2.4/passport`

Check status, create, or resend claim email for APort passport

## Request body

- object
  - `action` 'check' | 'create' | 'resend', required — Action to perform
  - `accountId` string — Account ID (user or team), defaults to authenticated user

## Response `200`

Operation successful

- object
  - `status` string
  - `data` object
    - `passportStatus` 'missing' | 'unclaimed' | 'claimed'
    - `aportPassportId` string, nullable
    - `claimed` boolean
    - `passport` object
    - `claimEmailResent` boolean

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `404` — The requested resource was not found.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
