---
title: "GET /me"
method: GET
path: "/me"
---

# GET /me

`GET /me`

[Get Current User's Profile](https://developer.spotify.com/web-api/get-current-users-profile/)

## Response `200`

OK

- CurrentUserProfile
  - `birthdate` string — The user's date-of-birth. This field is only available when the current user has granted access to the user-read-birthdate scope.
  - `country` string — The country of the user, as set in the user's account profile. An ISO 3166-1 alpha-2 country code. This field is only available when the current user has granted access to the user-read-private scope.
  - `displayName` string — The name displayed on the user's profile.
  - `email` string — The user's email address, as entered by the user when creating their account. This email address is unverified; there is no proof that it actually belongs to the user. This field is only available when the current user has granted access to the user-read-email scope.
  - `external_urls` object — Known external URLs for this user.
  - `followers` Followers — Information about the followers of the artist.
    - `href` string — A link to the Web API endpoint providing full details of the followers; null if not available.
    - `total` integer — The total number of followers.
  - `href` string — A link to the Web API endpoint for this user.
  - `id` string — The Spotify ID for this user.
  - `product` string — The user's Spotify subscription level: 'premium', 'free', etc. (The subscription level 'open' can be considered the same as 'free'.) This field is only available when the current user has granted access to the user-read-private scope.
  - `type` string — The object type: 'user'
  - `uri` string — The Spotify URI for the user.

---

[API](https://skmtc.net/isa-group/apis/spotify.md) · [All operations](https://skmtc.net/isa-group/apis/spotify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isa-group/spotify/versions/acd86d5cc241/schema)
