---
title: "Create PatientToken"
method: POST
path: "/api/patient-token"
tags: ["patient-token"]
---

# Create PatientToken

`POST /api/patient-token`

## Headers

- `X-API-Key` string, required

## Request body

- TypePatientTokenPatientTokenCreateV1Request
  - `patientId` string, required

## Response `200`

Response with status 200

- TypePatientTokenPatientTokenCreateV1Response
  - `patientId` string, required
  - `token` string, required
  - `expiresAt` string, date-time, required

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
