---
title: "GET /v1/me"
method: GET
path: "/v1/me"
tags: ["me"]
---

# GET /v1/me

`GET /v1/me`

Get profile information for the current user

## Response `200`

Your user information, with tier and email included

- object — Your user information, with tier and email included
  - `id` string, uuid, required — The ID of this user
  - `type` 'user' | 'org', required — Whether this is a user or an organization
  - `bio` string, nullable, required — The user’s biography, if they have provided one
  - `username` string, nullable, required — The user’s handle that they chose for themselves. Does not include the @ symbol
  - `profileImageUrl` string, uri, nullable, required — URL that points to the user’s profile image, if one exists
  - `url` string, uri, required — URL of this user’s profile on Val Town’s website
  - `links` object, required
    - `self` string, uri, required — URL of this user on this API
  - `tier` 'free' | 'pro' | 'business', nullable, required — Your account tier
  - `email` string, nullable, required — Your email address

## Changes

- **2026-03-18** `7ca4c991c6cc` — 2 breaking, 1 warning
  - the `allOf[#/components/schemas/User]/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `allOf[subschema #2]/tier/anyOf[subschema #1]/` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `business` enum value to the `allOf[subschema #2]/tier/anyOf[subschema #1]/` response property for the response status `200`
- **2026-03-11** `dc1b3c9e3b2a` — 10 breaking, 1 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `bio` from the response with the `200` status
  - removed the required property `email` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - …7 more
- **2025-08-08** `27348c6236c8` — 1 breaking, 1 info
  - response property `email` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the required property `type` to the response with the `200` status

[Change history](https://skmtc.dev/val-town/apis/val-town-api/changes/v1/me/get.md)

---

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