---
title: "Request an OTP to be sent to a patient"
method: POST
path: "/patient/activate"
tags: ["Patient"]
---

# Request an OTP to be sent to a patient

`POST /patient/activate`

## Request body

- object
  - `passport_id` string, uuid

## Response `200`

Patient is found and an OTP is sent to their phone

## Other responses

- `404` — Incorrect passport id

---

[API](https://skmtc.dev/simpledotorg/apis/untitled-api.md) · [All operations](https://skmtc.dev/simpledotorg/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simpledotorg/untitled-api/revisions/31ffa1d07978/schema)
