Hi,
I am trying to access contact data from Books from within Creator with the below:
I have omitted the organisation ID for zero's for obvious reasons:
if(group_client != null)
{
response = zoho.books.getRecords("contacts","00000000000","contact_name=Gina");
info response;
}
I keep getting the following message:
{"message":"Invalid value passed for authtoken.","code":14}
I have tried everything and nothing works...
Can anyone help!?