Hello,
I am using “https://api.monday.com/v2/” as the URL and the following cURL options :
“-X POST” & ¶ &
“-H "Content-Type:application/json"” & ¶ &
“-H "Authorization:[APIv2_token]"” & ¶ &
“-d ‘{"query":"{boards {id}}"}’”
I try to make a query but I keep receiving an empty response. Can you tell me what is wrong?
