REST API view/get not working

REST API view/get not working

Hey, I am trying to get the REST API get request working, but when I make the request, rather than getting the data from my view, I get the HTML code from the Creator frontpage. 

My URL query looks like this:  https://creator.zoho.com/api/JSON/PROJECTNAME/view/VIEWNAME?authtoken=AUTHTOKEN&scope=creatorapi&zc_ownername=OWNERNAME

Where PROJECTNAME, VIEWNAME, AUTHTOKEN, and OWNERNAME are replaced by the values that are specified by the documentation. Any idea what is going wrong here? 
Cheers.