I've found there are several discussions about this topic, but what confuses me is another question. You see, the Object URL is used to get data from certain page. But how to write the URL when the page requires authorities?
The API suggests the curl code curl -i -X GET --header 'X-Auth-code:<your_code>'
to be used, but how?