Get 500 Internal Server Error on https://api.spotify.com/v1/me/top/tracks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to do a GET request on /me/top/tracks but I get a 500 internal server error.
I first do a POST request for a bearer token:
curl --location --request POST 'https://accounts.spotify.com/api/token?grant_type=client_credentials&scope=user-top-read' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic xxx'
This works and I get a bearer token.
curl --location --request GET 'https://api.spotify.com/v1/me/top/tracks' \
--header 'Authorization: Bearer yyy'
Then I receive a 500 internal server error.
Labels:
- Labels:
-
api 500 tracks
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page