---
title: "Authenticated player profile"
method: GET
path: "/me"
tags: ["Account"]
---

# Authenticated player profile

`GET /me`

Returns the profile of the player owning the `Authorization: Bearer <access_token>`. Requires the `profile` scope.

## Response `200`

Player profile

## Other responses

- `401` — Missing/invalid access token

---

[API](https://skmtc.dev/minebox/apis/minebox-api.md) · [All operations](https://skmtc.dev/minebox/apis/minebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minebox/minebox-api/revisions/0e6f31964bc7/schema)
