---
title: "List OAuth apps owned by the authenticated user"
method: GET
path: "/auth/apps"
tags: ["Auth"]
---

# List OAuth apps owned by the authenticated user

`GET /auth/apps`

## Response `200`

List of apps

- object
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `redirectUris` string[], required
    - `scopes` string[], required
    - `logoUrl` string, nullable, required
    - `primaryColor` string, nullable, required
    - `accentColor` string, nullable, required
    - `createdAt` string, required

---

[API](https://skmtc.net/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.net/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/versions/fc43de3e7ffc/schema)
