Spotify Webapi / HTTP Request Wizard: No token provided

Hi,
I want to access to spotify Webapi:
https://developer.spotify.com/documentation/web-api/tutorials/getting-started#create-an-app

https://developer.spotify.com/documentation/web-api/reference/get-an-artist

I use Web.Activities.HTTPClient for getting a token.
This works. :slight_smile:

Now I want to get info from an artist, but it gives response “no token provided”. Where should i place the token?

image

@HensRansen

In authorization you should provide Bearer <accesstokenfromPreviousstep>

And the type should be httpheader

Cheers

It Works!!
Thanks a lot @Anil_G !!

1 Like

@HensRansen

Happy Automation :blush:

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.