---
title: "List the patient's partner application connections"
method: GET
path: "/patients/{patient_id}/connected-applications"
tags: ["partner-oauth"]
---

# List the patient's partner application connections

`GET /patients/{patient_id}/connected-applications`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `include_revoked` boolean

## Response `200`

Connections

- PartnerOAuthConnection[]
  - `client_id` string, nullable
  - `consent_version` string
  - `display_name` string, nullable
  - `expires_at` string, date-time, nullable
  - `grant_id` integer
  - `granted_time` string, date-time, nullable
  - `homepage_url` string, nullable
  - `is_active` boolean
  - `last_used_time` string, date-time, nullable
  - `logo_url` string, nullable
  - `partner_id` integer
  - `privacy_policy_url` string, nullable
  - `revoked_by` string, nullable
  - `revoked_time` string, date-time, nullable
  - `scope_descriptions` PartnerOAuthScopeDescription[]
    - `description` string
    - `scope` string
    - `title` string
  - `scopes` string[]
  - `updated_time` string, date-time, nullable

## Other responses

- `403` — Not authorized for this patient

---

[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.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/04eb7a66328a?raw)
