{"4834":"Invalid Ticket Id"} as response of ACCOUNT_POTENTIALS = zoho.crm.getRecords("Potentials");
Today all fetchs to zoho crm give me the error{"4834":"Invalid Ticket Id"}
All calls that I made are of the style
ACCOUNT_POTENTIALS = zoho.crm.getRecords("Potentials");
crmResp = zoho.crm.getRecordById(("Accounts"), input.Cuenta_ID);
etc.
I have found some post with this issue and it seems that it's related with the auth token.... but i don't know what i need to do to fix this issue.
Could you help me?