Get information via API HTTP GET request

Hello all,

I’m trying to get any information via HTTP GET request and it seems that I’m doing something wrong, can anyone give me some examples to use this method?

Example for what I’m trying to do:
https://api.monday.com/v2/Authorization:/boards/<BOARD_ID>

And it doesn’t work…

Hey @DorSh,
Our api v2 is a graphql api, this means it works differently then REST api.
You need to send a POST request with the query string in the request body and the authorization as a header. The url for the request is a single endpoint: https://api.monday.com/v2

Check out our documentation here: https://monday.com/developers/v2