# Profile ## Retrieve **get** `/v1/me` Get profile information for the current user ### Returns - **id:** `string` The ID of this user - **bio:** `string` The user’s biography, if they have provided one - **email:** `string` Your email address - **links:** `object` - **self:** `string` URL of this user on this API - **profileImageUrl:** `string` URL that points to the user’s profile image, if one exists - **tier:** `"free" OR "pro"` Your account tier - `"free"` - `"pro"` - **url:** `string` URL of this user’s profile on Val Town’s website - **username:** `string` The user’s handle that they chose for themselves. Does not include the @ symbol