---
title: "Get Patient"
method: GET
path: "/api/v1/patient/{patient_token}"
tags: ["api"]
---

# Get Patient

`GET /api/v1/patient/{patient_token}`

Once a patient has been created in the Truepill ecosystem, you can access the patient information at any time using the `patient_token` that was provided on the Create Patient response.<br/><br/>If the `patient_token` does not map to a patient record, a `404 Not Found` will be returned.<br/><br/>Querying for patient information that does not belong to you will return an error response.<br/><br/>Patient SSN and `id_image` information is not viewable through this endpoint

## Path parameters

- `patient_token` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

---

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