Forum Discussion
Anonymous
5 years agoNot applicable
Connect to a POST API to pull data
Hi there, I've been trying to connect to an HTTP POST API to pull some reports and I'm having a hard time. I have the URL and 4 parameters that need to be passed but I can't get it to work. Any ...
lbendlin
Super User
5 years agoBe aware that even the Advanced options on the web connector still issue a GET request. For a POST request you need to prepare the payload and encode it into the Content parameter.
The website most likely offers a documentation for their API, how to authenticate and how to pull data.