Application

Retrieve your applications

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

get/applications

Response

Successful operation

namestring
logostring
redirect_urlsstring[]
tos_urlstring
privacy_urlstring
verify_statusstring

Example response

[
  {
    "verify_status": "UNVERIFIED"
  }
]

Changes