---
title: "Get a list of apps user has consented to"
method: GET
path: "/api/v1/users/{authId}/consented-apps"
tags: ["Users"]
---

# Get a list of apps user has consented to

`GET /api/v1/users/{authId}/consented-apps`

Required scope - read_user

## Path parameters

- `authId` string, required

## Response `200`

A list of consented apps

- object
  - `consentedApps` UserConsentedApp[]
    - `appId` number, required
    - `appName` string, required

## Changes

- **2024-10-03** `795cad873b47` — 2 info
  - the response property `consentedApps/items/appId` became required for the status `200`
  - the response property `consentedApps/items/appName` became required for the status `200`
- **2024-08-11** `11e2773b3a1e` — 2 breaking
  - the response property `consentedApps/items/appId` became optional for the status `200`
  - the response property `consentedApps/items/appName` became optional for the status `200`

[Change history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/users/:authId/consented-apps/get.md)

---

[API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
