---
title: "Get OAuth2 identity"
method: GET
path: "/oauth/me"
tags: ["oAuth2"]
---

# Get OAuth2 identity

`GET /oauth/me`

<Warning>
Try it will not return usable data for this route. It depends on a live OAuth2 authentication context outside the docs.
</Warning>

<Info>
Get started with OAuth by reading [our guide](/oauth2/creating-an-application).
</Info>

This endpoint returns the authenticated OAuth2 application context and the linked player profiles available to the authorized user.

<Info>
The `profiles` object contains the player profiles that belong to the authorizing user. Access-rule bypass through OAuth2 only applies to those linked profiles when the user granted permission for it.
</Info>

## Response `200`

OAuth2 application context and linked profiles.

- OAuthMeResponse
  - `application` OAuthApplication, required
    - `client_id` string, required
    - `scopes` string[], required
  - `profiles` object, required

---

[API](https://skmtc.dev/wynncraft/apis/modules.md) · [All operations](https://skmtc.dev/wynncraft/apis/modules/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wynncraft/modules/revisions/6c6214729eae/schema)
