Refresh Authtokens generated by Zoho CRM

Refresh Authtokens generated by Zoho CRM

Hi,

After some troubleshooting i ran into a problem.

1. I have a Zoho One account with the apps Zoho CRM and Zoho Books activated.
2. i went to https://accounts.zoho.eu/u/h#sessions/userauthtoken and there were no active auth tokens
3. i wrote a small custom function in Zoho CRM, where ofcourse the orgId and estimate_numbers where filled in with the correct values:
  1. info zoho.books.getRecordsByID("Estimates","orgId","estimate_number");
  2. return "";
4. The script returned the Estimate and it looked fine
5. Back in accounts.zoho.eu there was now 1 new authtoken
6. I deleted that auth token
7. ran the script in Zoho CRM again and received the following error
  1. {"code":14,"message":"Invalid value passed for authtoken."}
So i know this is not normal user behaviour but i was troubleshooting a problem and I discovered this behaviour,  and now i don't now how i can let Zoho CRM generate a new auth token for me so that my custom function will work again.

Do you guys have any idea how to force refresh the auth tokens that zoho CRM / deluge is automaticly generating?

Thanks.