Announcements

Help Wizard

Step 1

NEXT STEP

request endpoint with default token

request endpoint with default token

My Question or Issue

 

Is there any option to send a request, for example on the endpoint: https://api.spotify.com/v1/artists/{id}/albums, with a token assigned to the application, not to a particular user of the Spotify account? I have an app created on the Spotify dashboard, perhaps there is a way to generate the token by my App? 

 

What I would like to achieve:

user after login into my app can send a request https://api.spotify.com/v1/artists/{id}/albums and get the data with `preview_url`  without having an account on Spotify.

 

Thank you

Reply
1 Reply

Yes, you can use that endpoint by using the Client Credentials Flow.

Suggested posts