Trends API problem

Hello,

I’m trying to use API, but having a problem getting trends data. I must say I’m new to REST and probably doing something stupid.

Authorization (users/auth) - goes well, I got the token
Trends (trends/nodes) is always giving me ‘Unauthorized’ error despite using the token in the request:
https://api.hooktheory.com/v1/trends/nodes?Authorization=Bearer+my_token

Am I doing it right? Please help.

Once you retrieve a bearer token, you need to pass it as an authorization header in the request to the trends/nodes endpoint. The authorization header that you configure in your REST client will look something like this:

Thank you! It is working now :smile: