I’m trying to use the VaRest plugin to communicate with JSONbin.io to dump my analytics, but I need to be able to retrieve the JSON first. I’ve fiddled around with the API and the plugin but haven’t been able to figure out what is going wrong.
Here is my base set up:
I’ve tried:
- Changing the Content Type to url
- Double checked that the URl was correct (I excluded it as it includes a private API key)
I know it isn’t working correctly as when I changed the content type to url, it gave me the correct response back in the output log, with the content being:
{ "test1": "This is a test" }
but when I tried to get this from the response object, it gave me a blank JSON string {}