Not Authenticated error

Hi Im trying for the first time to have a call using your API but getting Not Authenticated error when using postman,
i’ve tried the try it yourself and it did work using my token but on postman it just doesn’t work
What can be the problem?

Hello there @idoya and welcome to the community!

I hope you like it here :muscle:

You can try using a query like this one:
{"query":"{ boards (limit:1) {id name}}"}

and then in the headers use key: Authorization, value: Your API key.

That should do the trick.