Hello! I've got the API request successfully working because it returns a response with empty data. The trouble is, I can’t seem to get it to return the data I'm looking for.
I think I haven’t successfully authenticated the account because we don’t have a token, but don’t know where to get the token from. So far, I’ve tried using the cookie from the web login, and I’ve set up an API app with a ClientId and DeviceId. Neither appear to be working, but there’s no error, just an empty array.
It’s possible the artist or track ids aren’t valid, but again, it returns an empty array. We’ve tried using artist + track Id combos from the Spotify console as well as combos copied from the Artist dashboard.
I'm hoping to get some clearer documentation or guidance to get this working. Thanks in advance!
Hello! I've got the API request successfully working because it returns a response with empty data. The trouble is, I can’t seem to get it to return the data I'm looking for.
I think I haven’t successfully authenticated the account because we don’t have a token, but don’t know where to get the token from. So far, I’ve tried using the cookie from the web login, and I’ve set up an API app with a ClientId and DeviceId. Neither appear to be working, but there’s no error, just an empty array.
It’s possible the artist or track ids aren’t valid, but again, it returns an empty array. We’ve tried using artist + track Id combos from the Spotify console as well as combos copied from the Artist dashboard.
I'm hoping to get some clearer documentation or guidance to get this working. Thanks in advance!