---
title: "Minimal profile of the consenting patient"
method: GET
path: "/partner/me"
tags: ["partner-oauth"]
---

# Minimal profile of the consenting patient

`GET /partner/me`

## Response `200`

Patient profile

- object
  - `email` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `locale` string, nullable
  - `patient_id` integer
  - `scopes` string[]

## Other responses

- `401` — Invalid, expired or revoked delegated token
- `403` — Missing profile:read scope

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
