---
title: "List applications authorized by the current user"
method: GET
path: "/authorized_applications"
tags: ["GET authorized_applications"]
---

# List applications authorized by the current user

`GET /authorized_applications`

Lists OAuth clients the signed-in user has already approved for their account. User must be logged in to HealthSherpa to view this list. Page will have a button that allows users to revoke their authorization.

## Query parameters

- `format` 'json'

## Response `200`

HTML or JSON list of applications (JSON uses limited public fields for confidential clients).

## Other responses

- `302` — Redirect to login when unauthenticated.

---

[API](https://skmtc.net/healthsherpa/apis/health-insurance-quotes-api.md) · [All operations](https://skmtc.net/healthsherpa/apis/health-insurance-quotes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/healthsherpa/health-insurance-quotes-api/revisions/3cbfff4e5929/schema)
