---
title: "List Registered Applications"
method: GET
path: "/applications/"
tags: ["Applications"]
---

# List Registered Applications

`GET /applications/`

Retrieves a list of OAuth2 applications registered by the authenticated user.
Applications allow external services to authenticate via OAuth2.
#### Returns
A JSON object containing an array of registered OAuth2 applications under the `data` key.

## Response `200`

Successfully retrieved list of applications.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
