---
title: "Retrieve your applications"
method: GET
path: "/applications"
tags: ["Application"]
---

# Retrieve your applications

`GET /applications`

Requires being logged into the MinecraftAuthentication website, and passing the <code>JSESSIONID</code> cookie along with your request.

## Response `200`

Successful operation

- Application[]
  - `name` string
  - `logo` string
  - `redirect_urls` string[]
  - `tos_url` string
  - `privacy_url` string
  - `verify_status` string

## Other responses

- `401` — Unauthorized. No UUID in internal session

---

[API](https://skmtc.net/minecraftauthentication/apis/internal-api.md) · [All operations](https://skmtc.net/minecraftauthentication/apis/internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/minecraftauthentication/internal-api/revisions/21fb95c12d10/schema)
