I am trying to learn REST and would like to start with a simple html form that makes a GET request for some request types. I can't seem to find an example that shows the syntax for the full HTML code that embeds the API key and then makes the call.
I have tried examples in the Documentation just using curl such as
But it returns with the message "Authentication Required"
If I change it to use
It seems to work but I get a massive page of errors starting with {"stackTrace":"java.lang.NullPointerException \r\n\tat
Thanks,
Joe