get_me
Fetch the authenticated user's Spotify profile to view display name, user ID, profile URI, images, and follower count. Use this to identify the account and access basic profile data.
Instructions
Return the current user's Spotify profile: id, display name, uri, images, follower count. Note: email, country, and product tier were removed from this endpoint by Spotify in February 2026 and are never present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| uri | Yes | ||
| images | No | ||
| followers | No | ||
| display_name | No | ||
| external_urls | No |