I am somewhat new to Postman and REST APIs. I am making a simple get call to a web application called JotForm. My company uses this site to capture various information from our user community. The JotForm api is rather simple. I am making the following get:
I am using an api key for authenitcation. This call returns a code of 200, but the results body is empty. We’ve been using this site for several years and there are many submissions available. I subsequently determined that any endpoint (…api/garbage) returns a code 200 without results.
I’ve opened a ticket with JotForm but thought I would cover my bases and see what the Postman community advised. I am at a loss on how to troubleshoot this issue.