Skip to main content

Get information via API HTTP GET request

  • September 15, 2019
  • 1 reply
  • 2471 views

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…

This topic has been closed for replies.

1 reply

Ayelet
Forum|alt.badge.img
  • monday.com Team Member
  • September 19, 2019

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