Spotify Profile
get_meFetch the signed-in user's Spotify profile details, including email, country, and product plan. If a field is unavailable on newer Spotify apps, it returns empty instead of an error.
Instructions
Get the signed-in user's Spotify profile.
Returns:
UserProfile. email/country/product are unavailable on newer Spotify apps
and come back empty rather than erroring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| No | |||
| country | No | ||
| product | No | ||
| followers | No | ||
| display_name | No |