API Key.....
API Key.....
I am trying to play with the API for Zoho - I would like to connect to the ZohoPlanner app and retrieve a list of the documents in it... very simple stuff. I create a url that looks something like this :
http://planner.zoho.com/api/private/xml/pages?ticket=TICKET&apikey=APIKEY
(Where "TICKET" is a valid ticket that was derived from an earlier call and "APIKEY" is the apikey that was given when I signed up for one - I cut and pasted the Api Key).
Every time I send that request out, it returns an error saying that the Api Key is not valid... and I can't get a new one since Zoho doesn't allow multiple Api Key's for the same email adddress... and Zoho has not sent me the Api Key to my email yet...
What am I doing wrong? I literally cut and pasted the Api Key from the resulting page to my code - no possibility of a typo...