Provider API Returns 403
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are able to get an access token using our client id and client secret from https://accounts.spotify.com/api/token
We then try to use the access token as follows
curl -v -H "Authorization: Bearer {TOKEN}" https://provider-api.spotify.com/v1/analytics/{LICENSOR}/enhanced/streams/2020/01/01 -L
The endpoint returns an empty HTTP/2 403 response.
The token seems valid, since changing the token results in an invalid token error.
Any ideas what is causing the 403 response?
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