Skip to main content

Not Authenticated error

  • November 6, 2022
  • 1 reply
  • 1565 views

idoya

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?

1 reply

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 7, 2022

Hello there @idoya and welcome to the community!

I hope you like it here 💪

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.