---
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

---

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